Fixed the --all option for the extract command

This commit is contained in:
Rob McMullen 2017-05-02 20:02:54 -07:00
parent 95c0d081d1
commit aa8e6f70a8
1 changed files with 2 additions and 0 deletions

View File

@ -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)