Skip to content

Commit

Permalink
fixes #26
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Feb 18, 2015
1 parent 9f46ee5 commit 6c98c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pyxis/Commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def _restore ():
traceback.print_exc();
_verbose(2,"job #%d (pid %d: %s=%s) exiting with error code 1"%(_subprocess_id,os.getpid(),varname,value),sync=True);
_restore();
_verbose(2,"log is",Pyxis.Context['LOG'],sync=True);
_verbose(2,"logfile is",Pyxis.Context.get('LOG'),sync=True);
_error("per-loop failed for %s"%value,sync=True);
sys.exit(1);
_verbose(2,"job #%d (pid %d) exiting normally"%(_subprocess_id,os.getpid()),sync=True);
Expand Down

0 comments on commit 6c98c39

Please sign in to comment.