Skip to content
New issue

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

Find some syntax errors #232

Open
Zhucheng-Pan opened this issue Apr 8, 2024 · 0 comments
Open

Find some syntax errors #232

Zhucheng-Pan opened this issue Apr 8, 2024 · 0 comments

Comments

@Zhucheng-Pan
Copy link

I used pyflakes to test the projects, and I found some bugs. I also upload the test output for pyflakes.
authomatic-master.txt

authomatic-master\config-template.py:30:11: invalid syntax. Perhaps you forgot a comma?
'oi': {
^

authomatic-master\authomatic\core.py:1717:49: use ==/!= to compare constant literals (str, bytes, int, float, tuple)

authomatic-master\examples\gae\showcase\main.py:6:1: undefined name 'reload'

authomatic-master\tests\functional_tests\test_providers.py:598:25: use ==/!= to compare constant literals (str, bytes, int, float, tuple)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant