Skip to content

Commit

Permalink
Unnecessary spaces removed
Browse files Browse the repository at this point in the history
  • Loading branch information
nzywucka committed Feb 26, 2024
1 parent aad168a commit 9cebd79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ctapipe_io_magic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
="""
# Event source for MAGIC calibrated data files.
# Requires uproot package (https://github.com/scikit-hep/uproot).
"""
Expand Down Expand Up @@ -1105,7 +1105,7 @@ def parse_laser_info(self):
millisec_seconds = millisec_value * 1e-3
combined_mjd_value = mjd_value + millisec_seconds / 86400
laser.MJD = combined_mjd_value

except KeyError as e:
print(f"Required key not found in the file {rootf}: {e}")
continue
Expand Down

0 comments on commit 9cebd79

Please sign in to comment.