Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Add default argument to add_ee_stage
Browse files Browse the repository at this point in the history
  • Loading branch information
mortalisk committed May 25, 2021
1 parent 2d08d1c commit f1575ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/res/job_queue/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def add_job_from_run_arg(self, run_arg, res_config, max_runtime, ok_cb, exit_cb)
return
run_arg._set_queue_index(self.add_job(job, run_arg.iens))

def add_ee_stage(self, stage, callback_timeout):
def add_ee_stage(self, stage, callback_timeout=None):
job = JobQueueNode(
job_script=stage.get_job_script(),
job_name=stage.get_job_name(),
Expand Down

0 comments on commit f1575ea

Please sign in to comment.