This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
is_panel = get_exec_pars().source != CommandSource.ui #Must be checked before callin "run"
|
||||
|
||||
|
||||
#time.sleep(4)
|
||||
print is_panel, get_exec_pars().source
|
||||
ret = []
|
||||
|
||||
@@ -11,4 +11,5 @@ for i in range(10):
|
||||
ret.extend([i])
|
||||
print "OK"
|
||||
|
||||
#raise Exception("test ex")
|
||||
set_return(ret)
|
||||
|
||||
Reference in New Issue
Block a user