02.2026
This commit is contained in:
@@ -41,7 +41,7 @@ class ShellCommand(RegisterBase, RegisterArray):
|
||||
print self.val
|
||||
|
||||
#self.val = cmd
|
||||
get_context().evalLineBackgroundAsync(cmd).handle(eval_callback())
|
||||
get_sequencer().evalLineBackgroundAsync(cmd).handle(eval_callback())
|
||||
except:
|
||||
err=str(sys.exc_info()[1])
|
||||
if "Exception:" in err:
|
||||
|
||||
Reference in New Issue
Block a user