Skip to content

Commit

Permalink
remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
anupama-reghunath authored and olantwin committed Nov 18, 2024
1 parent 3944d4b commit 23459b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macro/run_simScript.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
help="Set Decay Volume medium to vacuum(vessel structure changes)",
action="store_const",
const="vacuums",
default="helium",
default="helium"
)
parser.add_argument("--SND", dest="SND", help="Activate SND.", action='store_true')
parser.add_argument("--noSND", dest="SND", help="Deactivate SND. NOOP, as it currently defaults to off.", action='store_false')
Expand Down

0 comments on commit 23459b7

Please sign in to comment.