Skip to content
Snippets Groups Projects
Commit 3ede8af5 authored by Lucy Lewitt's avatar Lucy Lewitt Committed by Jennifer Rachel Curran
Browse files

Remove unused variable name.

parent 8ecae82b
No related branches found
Tags nightly/21.9/2019-02-22T2151
No related merge requests found
Pipeline #6808229 passed
......@@ -15,7 +15,7 @@ def empty_writer():
runnumber = eformat.EventStorage.pickDataReader(inputFile).runNumber()
#create the empty BSFile with the name: 'T0debug.runnumber.unknown_debug.unknown.RAW._lb0000._TRF._0001.data'
of = eformat.EventStorage.RawFileName('T0debug',runnumber,'unknown','debug',0,'TRF','unknown')
oStream = eformat.ostream(directory='.', core_name=of.fileNameCore())
eformat.ostream(directory='.', core_name=of.fileNameCore())
sys.exit(0)
if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment