persepolisdm / persepolis

Persepolis Download Manager is a GUI for aria2.
https://persepolisdm.github.io
GNU General Public License v3.0
6.13k stars 647 forks source link

Removed a simple pitfall case of a consider-using-in case #889

Closed NaelsonDouglas closed 4 months ago

NaelsonDouglas commented 2 years ago

Problem: The code was incurring into the consider-using-in pitfall case, as described by Pylint documentation here https://github.com/vald-phoenix/pylint-errors/blob/master/plerr/errors/refactoring/R1714.md

Solution: Applied adequate refactoring. Only a single line of code was changed