We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brave-core
Python script has a lint (pep8) violation
npm run pep8
src/brave
c:\bb1\src\brave>npm run pep8 > brave-core@1.10.47 pep8 c:\bb1\src\brave > pycodestyle --max-line-length 120 -r script script\lib\env_util.py:27:17: E741 ambiguous variable name 'l'
No violations
The text was updated successfully, but these errors were encountered:
Fix for pep8 violation
8f0d817
Fixes brave/brave-browser#9732
87639b4
bsclifton
Successfully merging a pull request may close this issue.
Description
Python script has a lint (pep8) violation
Steps to Reproduce
npm run pep8
insrc/brave
Actual result:
Expected result:
No violations
The text was updated successfully, but these errors were encountered: