Skip to content

Commit

Permalink
Merge pull request #175 from SND-LHC/olantwin/arg_group
Browse files Browse the repository at this point in the history
makeGeoFile: No argument group needed (or used)
  • Loading branch information
ThomasRuf authored Nov 3, 2023
2 parents c64e86d + 6ca0173 commit 95f5a75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shipLHC/makeGeoFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
mcEngine = "TGeant4"

parser = ArgumentParser()
group = parser.add_mutually_exclusive_group()

parser.add_argument("-c", dest="config", help="configuration file", required=True)
parser.add_argument("-g", dest="geofile", help="geo file output name", required=True)
Expand Down

0 comments on commit 95f5a75

Please sign in to comment.