Skip to content
Snippets Groups Projects
  • ar's avatar
    a8370953
    tools/mypy: only scan the actual app directory · a8370953
    ar authored and q3k's avatar q3k committed
    the script was refering to an undefined variable, which made it scan
    the whole python_payload/apps/ directory. as a side effect the run is
    ever so slightly faster now, but scanning the whole directory just once
    would be faster.
    
    also added a check against that to the set line on top
    a8370953
    History
    tools/mypy: only scan the actual app directory
    ar authored and q3k's avatar q3k committed
    the script was refering to an undefined variable, which made it scan
    the whole python_payload/apps/ directory. as a side effect the run is
    ever so slightly faster now, but scanning the whole directory just once
    would be faster.
    
    also added a check against that to the set line on top