Skip to content

Commit

Permalink
Merge pull request #151 from PyAr/transmit-errcode
Browse files Browse the repository at this point in the history
Transmit the return code from child back to whom called fades. Fixes #145.
  • Loading branch information
gilgamezh committed Dec 21, 2015
2 parents c1902e1 + 544c160 commit 6df374a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fades/main.py
Expand Up @@ -226,3 +226,4 @@ def _signal_handler(signum, _):
rc = p.wait()
if rc:
l.debug("Child process not finished correctly: returncode=%d", rc)
sys.exit(rc)

0 comments on commit 6df374a

Please sign in to comment.