Skip to content

PyUtils: flake8 checking of scripts and cleanup

Frank Winklmeier requested to merge fwinkl/athena:pyutils_bin into master

PyUtils

  • The content of the checkFile.py and checkSG.py scripts was identical to the corresponding acmd sub-commands. For backwards compatibility make those scripts simply an alias.
  • Enable flake8 checking for all files in the bin directory and make them compliant.

Generators/FlowAfterburner:

  • FlowAfterburner: Delete copy of checkSG.py script

Merge request reports