Skip to content
  • Michael Pöhn's avatar
    🐜 scanner: fix ScannerTool init crash · 8cf4503a
    Michael Pöhn authored and Jochen Sprickerhof's avatar Jochen Sprickerhof committed
    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.
    
    also see #1212
    8cf4503a