Skip to content

Commit

Permalink
Better todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Aug 2, 2024
1 parent 913c886 commit dc159ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qcodes/parameters/parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def set_parameter_write(self: Parameter, *args: Any) -> None:
# that cmd is a str even if this is defined inside
# an if isinstance block
assert isinstance(cmd, str)
# TODO it is possible to format str with additional args.
# TODO it is possible to format str with more than one arg.
# this does not seem to have been tested
formatted_cmd = cmd.format(*args)
return function(formatted_cmd)
Expand Down

0 comments on commit dc159ac

Please sign in to comment.