Skip to content

Commit

Permalink
[examples] update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
junjuew committed Apr 20, 2020
1 parent 310a9df commit d5d0320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fsm_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
st_start.transitions[0].next_state = st_end

# save to disk
with open('examples/simple.pbfsm', 'wb') as f:
with open('simple.pbfsm', 'wb') as f:
f.write(fsm.StateMachine.to_bytes(
name='simple_fsm',
start_state=st_start
Expand Down

0 comments on commit d5d0320

Please sign in to comment.