Skip to content

Commit

Permalink
Take Kevin's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Sep 4, 2020
1 parent 9f9e9be commit f291a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/Geometry/scripts/generate2021Geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

if __name__ == "__main__":
# create geometry generator object w/ 2021 content and run it
generator2021 = GeometryGenerator("generate2021Geometry.py",2021,"","",maxSections,allDicts,detectorVersionDict,detectorVersionType=str,deprecatedSubdets)
generator2021 = GeometryGenerator("generate2021Geometry.py",2021,"","",maxSections,allDicts,detectorVersionDict,detectorVersionType=str,deprecatedSubdets=deprecatedSubdets)
generator2021.run()


0 comments on commit f291a9b

Please sign in to comment.