Skip to content
Snippets Groups Projects
Commit 04c9188a authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

fix syntax

parent 5aa487a2
Branches
Tags
1 merge request!127properly use DAQ as defined in athena/calibrations
This commit is part of merge request !127. Comments created here will be created in the context of that merge request.
......@@ -40,7 +40,7 @@ print(calib_data)
# input calorimeter DAQ info
calo_daq = {}
with open('config/calo_digi_{}.json'.format('detector_version')) as f:
with open('config/calo_digi_{}.json'.format(detector_version)) as f:
calo_config = json.load(f)
## add proper ADC capacity based on bit depth
for sys in calo_config:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment