Commit 4f255cf5 authored by Guillaume Blanchy's avatar Guillaume Blanchy
Browse files

fix self.measure()

Showing with 1 addition and 1 deletion
+1 -1
......@@ -490,7 +490,7 @@ class OhmPi(object):
def measure(self, **kwargs):
warnings.warn('This function is deprecated. Use run_multiple_sequences() instead.', DeprecationWarning)
self.run_multiple_sequences(self, **kwargs)
self.run_multiple_sequences(**kwargs)
def _process_commands(self, message: str):
"""Processes commands received from the controller(s)
......
Supports Markdown
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