Skip to content

Commit

Permalink
Fix quitting when using --no-cli
Browse files Browse the repository at this point in the history
This previously silently caused an exception and
POX was not properly shut down.
  • Loading branch information
MurphyMc committed Jan 30, 2012
1 parent 25cf5bf commit 0c0b74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pox.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def main ():
#core.scheduler._thread.join() # Sleazy

try:
pox.core.core.quit()
core.quit()
except:
pass

Expand Down

0 comments on commit 0c0b74b

Please sign in to comment.