Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenain committed Oct 26, 2023
1 parent 2c3e552 commit 19d418a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nectarchain/dqm/dqm_summary_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def WriteAllResults(self, path, DICT):
data2 = Table()
data1 = Table()
data = Table()
hdu, hdu1, hdu2 = None, None
hdu, hdu1, hdu2 = None, None, None
hdulist = fits.HDUList()
for i, j in DICT.items():
if i == "Results_TriggerStatistics":
Expand Down

0 comments on commit 19d418a

Please sign in to comment.