mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2024-11-25 16:32:07 +00:00
Added missing bail-out InvalidDiskImage error in ProDOS loader
This commit is contained in:
parent
9852a98852
commit
06e07bafe6
@ -718,3 +718,4 @@ class ProdosDiskImage(DiskImageBase):
|
||||
#raise InvalidDiskImage("No ProDOS header info found")
|
||||
pass
|
||||
raise UnsupportedDiskImage("ProDOS format found but not supported")
|
||||
raise InvalidDiskImage("Not ProDOS format")
|
||||
|
Loading…
Reference in New Issue
Block a user