fudge
fudge copied to clipboard
Some Python polishing for ElementTree, parenthesis and dummy
The first commit applies ElementTree in a consistent way, since cElementTree is deprecated.
The second commit fixes a potential issue with parenthesis.
The third commit replaces dummy with _ following the Python standard: this should provide better reading and potentially avoiding variable management on function returns.
Feel free to cherry pick as you like.
Are there CI/CD tests to verify if everything is fine?