Skip to content
Snippets Groups Projects
Commit 12f6909c authored by Karim Ahmed's avatar Karim Ahmed
Browse files

fix comment

parent 6671558c
No related branches found
No related tags found
1 merge request!845[JF][pnCCD][ePix100] Feat: new method to display CCV metadata in reports
...@@ -733,7 +733,7 @@ class CalibrationData: ...@@ -733,7 +733,7 @@ class CalibrationData:
for cname in cal_group: for cname in cal_group:
c_mdata = metadata[mod].get(cname) c_mdata = metadata[mod].get(cname)
# A calibration that is not available in given metadata. # A calibration that is available in given metadata.
if c_mdata is not None: if c_mdata is not None:
# Have the creation time a reference # Have the creation time a reference
# link to the CCV on CALCAT. # link to the CCV on CALCAT.
......
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