Skip to content
Snippets Groups Projects
Commit a185a2e9 authored by Jeremy Auguste's avatar Jeremy Auguste
Browse files

Added debug messages

parent 8743941b
Branches debugging
No related tags found
No related merge requests found
...@@ -155,6 +155,9 @@ def main(): ...@@ -155,6 +155,9 @@ def main():
logging.warning("Job '{}' seems to have failed to launch...".format(job_name)) logging.warning("Job '{}' seems to have failed to launch...".format(job_name))
else: else:
anteriors.appendleft(job_id) anteriors.appendleft(job_id)
logging.debug("OAR_JOB_ID={}".format(job_id))
if anterior is not None:
logging.debug("ANTERIOR_JOB_ID={}".format(anterior))
elif args.run: elif args.run:
logging.warning("Job '{}' didn't return anything...".format(job_name)) logging.warning("Job '{}' didn't return anything...".format(job_name))
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment