We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8e082 commit 9f5c58aCopy full SHA for 9f5c58a
src/qcodes/parameters/command.py
@@ -68,7 +68,9 @@ def __init__(
68
):
69
self.arg_count = arg_count
70
71
- if no_cmd_function is not None and not is_function(no_cmd_function, arg_count, coroutine = None):
+ if no_cmd_function is not None and not is_function(
72
+ no_cmd_function, arg_count, coroutine=None
73
+ ):
74
raise TypeError(
75
f"no_cmd_function must be None or a function "
76
f"taking the same args as the command, not "
0 commit comments