Skip to content

Commit

Permalink
ibm.scan: Fix warning message to use correct codec name
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Sep 23, 2024
1 parent b0af2e4 commit e4204ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/greaseweazle/codec/ibm/ibm.py
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ def summary_string(self) -> str:
return "IBM Empty"

def set_img_track(self, tdat: bytes) -> int:
raise error.Fatal('ibm.generic: Cannot handle IMG input data')
raise error.Fatal('ibm.scan: Cannot handle IMG input data')


class IBMTrack_Scan(codec.Codec):
Expand Down

0 comments on commit e4204ab

Please sign in to comment.