Skip to content
Snippets Groups Projects

Fix bugs (minor typos)

Merged Christian Fobel requested to merge cfobel/dstat-interface:develop into develop
Viewing commit 0f5300c1
Prev
Show latest version
1 file
+ 2
2
Preferences
Compare changes
+ 2
2
@@ -117,10 +117,10 @@ class DstatPlugin(ZmqPlugin):
Args
----
save_plot_path (str) : Path to file to save text data.
save_plot_path (str) : Path to file to save plot.
'''
data = decode_content_data(request)
save_text(self.parent.current_exp, data['save_plot_path'])
save_plot(self.parent.current_exp, data['save_plot_path'])
def on_execute__acquisition_complete(self, request):
'''