Skip to content

🐜 scanner: fix ScannerTool init crash

Michael Pöhn requested to merge uniqx/fdroidserver:scanner-uncrash into master

When scanner.py::ScannerTool is instatiated but the calling code was started by a call to e.g. build.py ScannerTool will crash. This change makes it so that ScannerTool will intializes with a default value instead of crashing when triging to access a non existen cli argument.

closes #1212

Merge request reports