mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2025-01-02 17:31:09 +00:00
Fixed namespace error of ByteNotInFile166
This commit is contained in:
parent
80d47573bb
commit
53e937c870
@ -191,7 +191,7 @@ class DiskImageBase:
|
||||
|
||||
def assert_valid_sector(self, sector):
|
||||
if not self.header.sector_is_valid(sector):
|
||||
raise ByteNotInFile166("Sector %d out of range" % sector)
|
||||
raise errors.ByteNotInFile166("Sector %d out of range" % sector)
|
||||
|
||||
def check_sane(self):
|
||||
if not self.all_sane:
|
||||
|
Loading…
Reference in New Issue
Block a user