stewartmcgown / uds

📀 Unlimited Google Drive Storage by splitting binary files into base64
GNU Affero General Public License v3.0
4.35k stars 280 forks source link

Removed a case of the manual indexer pitfall #115

Open NaelsonDouglas opened 3 years ago

NaelsonDouglas commented 3 years ago

Problem: There was a part on the code which was implemented using the manual iterator pitfall. It was detected using Pylint, under the code C0200. https://vald-phoenix.github.io/pylint-errors/plerr/errors/refactoring/C0200.html

Solution: Applied a simple refactoring to remove it.