Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added shutting down calls to the visualization server #241

Merged
merged 13 commits into from
Jun 18, 2015
Merged
Prev Previous commit
Next Next commit
fixed doc strings for server.stop_server
  • Loading branch information
sahilshekhawat committed Jun 17, 2015
commit 8b48732f17c63567e268547d6c6d069829535a66
4 changes: 2 additions & 2 deletions pydy/viz/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ def run_server(self):
def _stop_server(self, signal, frame):
"""
Confirms and stops the visulisation server
:param signal:
signal:
Required by signal.signal
:param frame:
frame:
Required by signal.signal

"""
Expand Down