Skip to content
Snippets Groups Projects
Unverified Commit 3dde8247 authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

fixed indents

parent 711c12c7
Branches
Tags
No related merge requests found
......@@ -269,7 +269,7 @@ class Main(object):
self.send_p.close()
self.plot_proc = gobject.timeout_add(200,
self.experiment_running_plot)
self.experiment_running_plot)
gobject.idle_add(self.experiment_running)
return
......@@ -323,7 +323,7 @@ class Main(object):
self.send_p.close()
self.plot_proc = gobject.timeout_add(200,
self.experiment_running_plot)
self.experiment_running_plot)
gobject.idle_add(self.experiment_running)
return
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment