ehlo,
Running pycodestyle-2.6.0 currently reports cases which is one of a set of three style checks to avoid ambiguous single letter names which look like numbers
./src/tests/python-test.py:54:35: E741 ambiguous variable name 'l' ./src/tests/python-test.py:102:38: E741 ambiguous variable name 'l' ./src/tests/intg/krb5utils.py:101:27: E741 ambiguous variable name 'l' ./src/tests/intg/krb5utils.py:116:23: E741 ambiguous variable name 'l' ./src/tests/intg/krb5utils.py:140:28: E741 ambiguous variable name 'l'
https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes
LS
Ack. Thank you.
* `master` * 4c4b62b412ab4f22b2d782ed3f0a8bcb52944c5a - INTG: Do not use letter similar to numbers in python code * 79e01fc95bfa58b4716c2f2b7256386ee435e41a - python-test.py: Do not use letter similar to numbers
sssd-devel@lists.fedorahosted.org