Skip to content

Commit

Permalink
Fix Fluke8 syle error in python
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusFrankATcernch committed Jul 5, 2024
1 parent 54bda70 commit 727146c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ClientTests/scripts/BoxOfStraws.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def run():
kernel.eventAction().adopt(prt)
#
seq, act = geant4.addDetectorConstruction('Geant4DetectorConstructionResources/ResourcesBeforeConstruction')
act.When = "geometry";
act.When = "geometry"
#
# Configure G4 geometry setup
seq, act = geant4.addDetectorConstruction('Geant4DetectorGeometryConstruction/ConstructGeo')
Expand All @@ -76,7 +76,7 @@ def run():
act.Match = ['/world_volume_(.*)/BoxOfStrawsDet_(.*)/layer_(.*)/straw_(.*)/gas_(.*)']
#
seq, act = geant4.addDetectorConstruction('Geant4DetectorConstructionResources/ResourcesAfterConstruction')
act.When = "sensitives";
act.When = "sensitives"
#
# Configure I/O
geant4.setupROOTOutput('RootOutput', 'BoxOfStraws_' + time.strftime('%Y-%m-%d_%H-%M'))
Expand Down

0 comments on commit 727146c

Please sign in to comment.