Skip to content

Commit

Permalink
Merge pull request #173 from PDXCapstoneF/mab-fix-create-run
Browse files Browse the repository at this point in the history
Fix create_run
  • Loading branch information
mbottini authored May 17, 2018
2 parents a542911 + 1d8d974 commit bd5d68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dialogue.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ def create_run(run_list, template_dict):
user_input = input('{} is not currently an option. Add it? '\
.format(run_type))
if user_input.lower() in YES_CONSTS:
pass
return
return create_runtype(run_list, template_dict)
return run_list, template_dict
new_run[RUN_TEMPLATE_TYPE] = run_type
new_run[RUNLIST_ARGS] = {}

Expand Down

0 comments on commit bd5d68b

Please sign in to comment.