This commit is contained in:
2018-08-15 17:04:21 +02:00
parent 1de8ced3d5
commit 3e41debde1
55 changed files with 1015 additions and 277 deletions

View File

@@ -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)