Skip to content

Commit 3ce3d9b

Browse files
author
Tim Walsh
committed
Fix files dir path for UDF disks
1 parent e921e9e commit 3ce3d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diskimageanalyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def write_to_spreadsheet(disk_result, spreadsheet_path, exportall):
435435
print('ERROR: walk_to_dfxml.py unable to generate DFXML for disk %s' % (diskimage))
436436

437437
# write files to tempdir
438-
disk_files_dir = os.path.join(disk_dir, 'temp')
438+
disk_files_dir = os.path.join(files_dir, file)
439439
shutil.copytree('/mnt/diskid/', disk_files_dir, symlinks=False, ignore=None)
440440

441441
# change file permissions in disk_files_dir

0 commit comments

Comments
 (0)