ddnet / ddnet

DDraceNetwork, a free cooperative platformer game
https://ddnet.org
Other
510 stars 381 forks source link

Fix `possibly-used-before-assignment` in `copy_fix.py` #8371

Closed Robyt3 closed 2 weeks ago

Robyt3 commented 2 weeks ago

Always initialize the variables local and supported instead of initializing them conditionally, to fix the false-positive possibly-used-before-assignment pylint detection.

Closes #8369.

Checklist