Skip to content

Python3 and flake8 fixes for G4Extensions packages

This merge request replaces usage of dict.has_key(KEY) with KEY in dict.
Additionally it adds flake8 checks for G4Extensions packages and fixes any warnings found.
Should fix ATLASSIM-4663.

Edited by John Derek Chapman

Merge request reports