Skip to content

Commit 34c6bcc

Browse files
committed
Minor tracing refinement
1 parent 5a15b0a commit 34c6bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpepool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def viewMethod(obj, method):
9393
_LIMIT_WORKERS_RAM = False
9494
# Note: import occurs before the execution of the main application, so show
9595
# the timestamp to outline when the error occurred and separate reexecutions
96-
print(time.strftime('%Y-%m-%d %H:%M:%S ' + '-'*32, time.gmtime()), file=sys.stderr)
96+
print(time.strftime('-- %Y-%m-%d %H:%M:%S ' + '-'*29, time.gmtime()), file=sys.stderr)
9797
print('WARNING, RAM constraints are disabled because the psutil module import failed: ', err, file=sys.stderr)
9898

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

0 commit comments

Comments
 (0)