We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8429d commit c9fee6dCopy full SHA for c9fee6d
src/qcodes/parameters/parameter.py
@@ -56,7 +56,7 @@ def set_parameter_write(self: Parameter, *args: Any) -> None:
56
# that cmd is a str even if this is defined inside
57
# an if isinstance block
58
assert isinstance(cmd, str)
59
- # TODO it is possible to format str with additional args.
+ # TODO it is possible to format str with more than one arg.
60
# this does not seem to have been tested
61
formatted_cmd = cmd.format(*args)
62
return function(formatted_cmd)
0 commit comments