Skip to content
Snippets Groups Projects
Commit 13f7b97d authored by Jakobsen, Mads Bregenholt's avatar Jakobsen, Mads Bregenholt
Browse files

variabole name typo

parent dc4184d4
No related branches found
No related tags found
No related merge requests found
Pipeline #167647 passed
...@@ -170,7 +170,7 @@ class OnlinePlotHandler(): ...@@ -170,7 +170,7 @@ class OnlinePlotHandler():
pass pass
def save(self, hash=None, filename=None, key=None, plotter_args=None): def save(self, hash=None, filename=None, key=None, plotter_args=None):
if key is None or args is None: if key is None or plotter_args is None:
print("Error in OnlinePlotHandler:save() function, key and args must be given ") print("Error in OnlinePlotHandler:save() function, key and args must be given ")
if not self.is_key_registered(key): if not self.is_key_registered(key):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment