Skip to content

MadGraphControl: fix on-the-fly dictionary tweak for Python3

Christian Gutschow requested to merge cgutscho/athena:mgc_py3_2 into master

Couple more instances of dictionaries being modified while looping over them, which needs a bit of TLC in Python3.

Fix by making a genuine clone of the list.

cc @ewelina

Merge request reports