Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Sep 4, 2023
1 parent b48bd53 commit 44362f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctapipe_io_zfits/dl0.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def is_compatible(cls, input_url):
return False

if proto_class != "DL0v1.Subarray.Event":
log.debug(f"Unsupported PBDHEAD: {proto_class}")
log.debug(f"Unsupported PBFHEAD: {proto_class}")
return False

return True

0 comments on commit 44362f4

Please sign in to comment.