fudge icon indicating copy to clipboard operation
fudge copied to clipboard

Some Python polishing for ElementTree, parenthesis and dummy

Open alberto743 opened this issue 6 months ago • 0 comments

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?

alberto743 avatar Jun 11 '25 19:06 alberto743