Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Feb 22, 2022
1 parent fc0441e commit 1ce535e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctapipe/io/datawriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ def _write_dl1_telescope_events(
if self.write_images:
if dl1_camera.image is None:
raise ValueError(
"DataWrite.write_images is True but event does not contain image"
"DataWriter.write_images is True but event does not contain image"
)
# note that we always write the image, even if the image quality
# criteria are not met (those are only to determine if the parameters
Expand Down

0 comments on commit 1ce535e

Please sign in to comment.