Skip to content

Commit

Permalink
Merge pull request #138 from quartiq/fix/issue-137
Browse files Browse the repository at this point in the history
cli: fix print after threshold set
  • Loading branch information
jordens authored Jan 20, 2021
2 parents b50bfa9 + 8735b83 commit 90dd3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion booster.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ async def channel_configuration(args):
await interface.write_property(args.channel,
PropertyId.OutputInterlockThreshold,
cmd_args[0])
print(f'Channel {args.channel}: Output power threshold = {args.threshold} dBm')
print(f'Channel {args.channel}: Output power threshold set')

elif command == 'read':
value = await interface.read_property(args.channel, cmd_args[0])
Expand Down

0 comments on commit 90dd3b8

Please sign in to comment.