mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2025-01-20 12:31:20 +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):
|
def assert_valid_sector(self, sector):
|
||||||
if not self.header.sector_is_valid(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):
|
def check_sane(self):
|
||||||
if not self.all_sane:
|
if not self.all_sane:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user