Skip to content

Commit

Permalink
Fix multi_demo.py to not ignore number of steps specified on command …
Browse files Browse the repository at this point in the history
…line.
  • Loading branch information
lebedov committed Sep 8, 2015
1 parent c5b56bd commit e2d8e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multi/multi_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,5 @@
man.connect(id_0, id_1, pat, 0, 1, compat_check=False)

man.spawn()
man.start(steps=steps)
man.start(steps=args.steps)
man.wait()

0 comments on commit e2d8e45

Please sign in to comment.