Skip to content

imageMounter.py doesn't implement --info #2

@mire3212

Description

@mire3212

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions