Skip to content

Commit

Permalink
allow noforce in beekeeper.pl and runWorker.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-bwalts authored and muffato committed May 31, 2018
1 parent 450dfc2 commit f604e99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/beekeeper.pl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ sub main {
'loop_until=s' => \$self->{'loop_until'},
'keep_alive' => \$keep_alive,
'job_id|run_job_id=i'=> \$run_job_id,
'force' => \$self->{'force'},
'force!' => \$self->{'force'},
'sleep=f' => \$self->{'sleep_minutes'},

# meadow control
Expand Down
2 changes: 1 addition & 1 deletion scripts/runWorker.pl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ sub main {
'analysis_id=i' => \$analysis_id,
'logic_name=s' => \$logic_name,
'job_id=i' => \$job_id,
'force' => \$force,
'force!' => \$force,
'beekeeper_id=i' => \$beekeeper_id,

# Worker control parameters:
Expand Down

0 comments on commit f604e99

Please sign in to comment.