Scripts icon indicating copy to clipboard operation
Scripts copied to clipboard

imageMounter.py doesn't implement --info

Open mire3212 opened this issue 6 years ago • 0 comments

When passing -i or --info to the script and a path to the image to mount, the script fails with the following:

# imageMounter.py --info /mnt/aff/file_000.aff.raw Traceback (most recent call last): File "/usr/local/bin/imageMounter.py", line 201, in <module> main() File "/usr/local/bin/imageMounter.py", line 171, in main mnt_path = args[1] IndexError: list index out of range

The code shows no reference to using the info keyword from the options-parse.

mire3212 avatar Dec 18 '19 14:12 mire3212