Skip to content

Commit

Permalink
scheduler, task_pool, task_proxy refactor
Browse files Browse the repository at this point in the history
Remove redundant line.
  • Loading branch information
matthewrmshin committed May 10, 2017
1 parent 3c6dcfa commit b6ed774
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/cylc-submit
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def main():
ret_code = 0
if options.dry_run:
task_job_mgr.prep_submit_task_jobs(suite, itasks, dry_run=True)
ret_code = 0
for itask in itasks:
if itask.local_job_file_path:
print('JOB SCRIPT=%s' % itask.local_job_file_path)
Expand Down

0 comments on commit b6ed774

Please sign in to comment.