Skip to content

Commit

Permalink
omicron-process: only force submit once
Browse files Browse the repository at this point in the history
rescue DAGs should _not_ force submission
  • Loading branch information
duncanmmacleod committed May 4, 2017
1 parent 110c558 commit 5eb7b2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/omicron-process
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,8 @@ for i in range(args.submit_rescue_dag + 1):
if i == 0:
segments.write_segments(span, segfile)
logger.info("Segments written to\n%s" % segfile)
if 'force' in args.dagman_option:
args.dagman_option.pop(args.dagman_option.index('force'))

# wait for DAG to be in running state
schedd = htcondor.Schedd()
Expand Down

0 comments on commit 5eb7b2b

Please sign in to comment.