mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2025-01-04 15:31:01 +00:00
Fixed variable name typo
This commit is contained in:
parent
1011b2dd12
commit
f00ef7cbea
@ -286,7 +286,7 @@ class DiskImageBase(object):
|
||||
if hasattr(filename, "filename"):
|
||||
return filename
|
||||
for dirent in self.files:
|
||||
if filename_or_dirent == dirent.filename:
|
||||
if filename == dirent.filename:
|
||||
return dirent
|
||||
raise FileNotFound("%s not found on disk" % filename)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user