FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 30ea1189 authored by J.W. Smith's avatar J.W. Smith
Browse files

fix: Clearer logging for noupload argument

parent 6b82cfba
No related branches found
No related tags found
No related merge requests found
......@@ -518,6 +518,9 @@ def run_Process():
logger.exception('Failed to upload files to extra directory on remote server')
status.reset('ERROR')
endJob(status,premature=True)
else:
logger.info('Because noupload argument was present, not sending results to remote server')
status.reset('SUCCESS')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment