Fix py-formatting of exec
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).
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).
changed milestone to %v35r1
assigned to @clemenci
approved this merge request
merged
mentioned in commit bf481958