Commit 346da80f by Arun Babu Neelicattu Committed by GitHub

executor: fix incorrect return value (#2981)

parent 46623d5c
...@@ -124,7 +124,7 @@ class Executor(object): ...@@ -124,7 +124,7 @@ class Executor(object):
break break
return self._shutdown return 1 if self._shutdown else 0
def _write(self, operation, line): def _write(self, operation, line):
if not self.supports_fancy_output() or not self._should_write_operation( if not self.supports_fancy_output() or not self._should_write_operation(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment