Skip to content

Commit

Permalink
updated default scenario for interactive.py, fixed directory error
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-lowe committed Feb 1, 2018
1 parent 98252e8 commit ac6d0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
if __name__ == '__main__':
# parse arguments
parser = argparse.ArgumentParser(description=None)
parser.add_argument('-s', '--scenario', default='', help='Path of the scenario Python script.')
parser.add_argument('-s', '--scenario', default='simple.py', help='Path of the scenario Python script.')
args = parser.parse_args()

# load scenario from script
Expand Down

0 comments on commit ac6d0b5

Please sign in to comment.