We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a15b0a commit 34c6bccCopy full SHA for 34c6bcc
mpepool.py
@@ -93,7 +93,7 @@ def viewMethod(obj, method):
93
_LIMIT_WORKERS_RAM = False
94
# Note: import occurs before the execution of the main application, so show
95
# 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)
+ print(time.strftime('-- %Y-%m-%d %H:%M:%S ' + '-'*29, time.gmtime()), file=sys.stderr)
97
print('WARNING, RAM constraints are disabled because the psutil module import failed: ', err, file=sys.stderr)
98
99
# Use chained constraints (timeout and memory limitation) in jobs to terminate
0 commit comments