Skip to content

Commit

Permalink
fixup! Give access to current nengo_gui.Page
Browse files Browse the repository at this point in the history
  • Loading branch information
tcstewar committed Apr 27, 2018
1 parent ffb2189 commit 1ae2c04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nengo_gui/page.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def __init__(self, gui, filename, settings, reset_cfg=False):
t = threading.Thread(target=self.runner)
t.daemon = True
t.start()
self.running_thread = t

@property
def sim(self):
Expand Down

0 comments on commit 1ae2c04

Please sign in to comment.