parent
4652a3eee4
commit
c8f31bd344
|
|
@ -365,7 +365,7 @@ class sys_command():#Thread):
|
|||
else:
|
||||
self.exit_code = 0
|
||||
|
||||
if 'ignore_error' in self.kwargs:
|
||||
if 'ignore_errors' in self.kwargs:
|
||||
self.exit_code = 0
|
||||
|
||||
if self.exit_code != 0:
|
||||
|
|
|
|||
Loading…
Reference in New Issue