You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes new error in flake v3.5.0 from pccodestyle 2.1.0,
$ flake8 Scripts/
Scripts/xbbtools/nextorf.py:102:9: E741 ambiguous variable name 'l'
Scripts/xbbtools/xbb_widget.py:214:9: E741 ambiguous variable name 'l'
Rational is to avoid the characters 'l', 'O', or 'I' as variable
names because in some fonts they are indistinguishable from the
numerals one and zero.
Closesbiopython#1422
0 commit comments