mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2024-11-29 11:51:14 +00:00
Fixed the --all option for the extract command
This commit is contained in:
parent
95c0d081d1
commit
aa8e6f70a8
@ -79,6 +79,8 @@ def find_diskimage(filename):
|
||||
|
||||
|
||||
def extract_files(image, files):
|
||||
if options.all:
|
||||
files = image.files
|
||||
for name in files:
|
||||
try:
|
||||
dirent = image.find_dirent(name)
|
||||
|
Loading…
Reference in New Issue
Block a user