This commit is contained in:
Anton Hvornum 2019-11-29 12:55:38 +01:00
parent 4652a3eee4
commit c8f31bd344
1 changed files with 1 additions and 1 deletions

View File

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