Skip to content

Commit

Permalink
fix missing fw_id parameter (thanks A. Takahashi for pointing out)
Browse files Browse the repository at this point in the history
  • Loading branch information
computron committed Dec 14, 2018
1 parent 7751123 commit fd85a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fireworks/scripts/qlaunch_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def do_launch(args):
reserve=args.reserve, strm_lvl=args.loglvl, timeout=args.timeout, fill_mode=args.fill_mode)
else:
launch_rocket_to_queue(launchpad, fworker, queueadapter,
args.launch_dir, args.reserve, args.loglvl, False, args.fill_mode)
args.launch_dir, args.reserve, args.loglvl, False, args.fill_mode, args.fw_id)

def qlaunch():
m_description = 'This program is used to submit jobs to a queueing system. ' \
Expand Down

0 comments on commit fd85a06

Please sign in to comment.