Skip to content

Fix py-formatting of exec

Frank Winklmeier requested to merge fwinkl/Gaudi:exec_formatting into master

exec changed from being a statement in Python2 to a function in Python3. That also changes the formatting in yapf. Adjust remaining occurences to follow the Python3 convention (no space before bracket).

Merge request reports