Skip to content

Commit

Permalink
tab replaced with space at line 37 to avoid TabError: inconsistent us…
Browse files Browse the repository at this point in the history
…e of tabs and spaces in indentation
  • Loading branch information
mt82 committed Nov 30, 2023
1 parent 07291e0 commit b9e539b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duneggd/Component/SandECalEndcap.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def construct(self, geom):
KLOEEndcapECALDepth = self.EndcapDim[2]
KLOEEndcapCurvRadius = self.EndcapDim[3]
KLOEEndcapStraight = self.EndcapDim[4]
KLOECellWidth = self.EndcapDim[5]
KLOECellWidth = self.EndcapDim[5]
KLOEEndcapModDy = self.EndcapModDim
AlPlateThick = self.BackPlateThick
ColPerMod = 6
Expand Down

0 comments on commit b9e539b

Please sign in to comment.