HiSPARC / sapphire

SAPPHiRE, a framework for HiSPARC
https://docs.hisparc.nl/sapphire/
GNU General Public License v3.0
7 stars 9 forks source link

Fix flake8 E741 ambiguous variable l #180

Closed tomkooij closed 6 years ago

tomkooij commented 6 years ago

pycodestyle>=2.1.0 does not accept ambigious variable name 'l'. (E741).

flake8>=3.5 checks for E741.