Skip to content

Commit

Permalink
Minor tracing refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
luav committed Jul 5, 2017
1 parent 5a15b0a commit 34c6bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpepool.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def viewMethod(obj, method):
_LIMIT_WORKERS_RAM = False
# Note: import occurs before the execution of the main application, so show
# the timestamp to outline when the error occurred and separate reexecutions
print(time.strftime('%Y-%m-%d %H:%M:%S ' + '-'*32, time.gmtime()), file=sys.stderr)
print(time.strftime('-- %Y-%m-%d %H:%M:%S ' + '-'*29, time.gmtime()), file=sys.stderr)
print('WARNING, RAM constraints are disabled because the psutil module import failed: ', err, file=sys.stderr)

# Use chained constraints (timeout and memory limitation) in jobs to terminate
Expand Down

0 comments on commit 34c6bcc

Please sign in to comment.