Skip to content

Commit fdadb95

Browse files
committed
[GEOMETRY] Fix syntax in python scripts
1 parent 6d26b89 commit fdadb95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Geometry/TrackerCommonData/test/twikiExport.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,13 @@ def main():
206206
expandvars(
207207
"$CMSSW_BASE/src/Geometry/TrackerCommonData/data/Materials/pure_materials.input"
208208
)
209-
)
209+
))
210210

211211
predefinedMaterials.update( readMaterialFile(
212212
expandvars(
213213
"$CMSSW_BASE/src/Geometry/TrackerCommonData/data/Materials/mixed_materials.input"
214214
)
215-
)
215+
))
216216

217217
inFile = open(options.inFile,"r")
218218
inFileContent = inFile.read()

0 commit comments

Comments
 (0)