Skip to content

Commit

Permalink
Update scan.py
Browse files Browse the repository at this point in the history
Changed the flag to match BooleanOptionalAction convention
  • Loading branch information
robotastic committed Feb 1, 2024
1 parent a746a39 commit 4082b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamutrf/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def argument_parser():
help="Use dc_block_cc long form",
)
parser.add_argument(
"--disable_ettus_dc_offset",
"--ettus_dc_offset",
dest="dc_ettus_auto_offset",
default=True,
action=BooleanOptionalAction,
Expand Down

0 comments on commit 4082b44

Please sign in to comment.