Skip to content
Snippets Groups Projects
Commit 0f5300c1 authored by Christian Fobel's avatar Christian Fobel
Browse files

Fix typo in save_plot 0MQ plugin interface

parent 7a1de68e
Branches
Tags
2 merge requests!8Support for new 0MQ plugin controller,!7Fix bugs (minor typos)
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
......@@ -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):
'''
......
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