Skip to content

Commit 0298d69

Browse files
author
Tim Walsh
committed
Unalloc handling
1 parent 9210fa2 commit 0298d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diskimageprocessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def create_spreadsheet(files_only, exportall):
101101
# skip unallocated if args.exportall is False
102102
if exportall == False:
103103
if obj.unalloc:
104-
if obj.unalloc == "1":
104+
if obj.unalloc == 1:
105105
continue
106106

107107
# gather info

0 commit comments

Comments
 (0)