Skip to content

Commit 6db5cfb

Browse files
author
Tim Walsh
committed
Update file extension line numbers
1 parent 90e1ce2 commit 6db5cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Disk Image Processor recognizes which files are disk images by their file extens
9696
* .dd
9797
* .iso
9898

99-
*To add extensions to this list, add them as elements in the tuple inside `file.endswith((".E01", ".000", ".001", ".raw", ".img", ".dd", ".iso"))` on line 369 of `diskimageprocessor.py` and/or line 276 of `diskimageanalyzer.py`.*
99+
*To add extensions to this list, add them as elements in the tuple inside `file.endswith((".E01", ".000", ".001", ".raw", ".img", ".dd", ".iso"))` on line 353 of `diskimageprocessor.py` and/or line 261 of `diskimageanalyzer.py`.*
100100

101101
## Installation and dependencies
102102

0 commit comments

Comments
 (0)