Skip to content
Snippets Groups Projects
Commit dd7bace5 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

If we fail to import binwalk, don't report that we are missing the Python "rpm" module (!).

parent 4c6295e3
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ except ImportError:
try:
import binwalk
except ImportError:
python_module_missing("rpm")
python_module_missing("binwalk")
binwalk = None
else:
# Disable binwalk's own user configuration for predictable results and to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment