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

Undefined names in pycodesign.py #1

Open
cclauss opened this issue Aug 22, 2022 · 1 comment
Open

Undefined names in pycodesign.py #1

cclauss opened this issue Aug 22, 2022 · 1 comment

Comments

@cclauss
Copy link
Contributor

cclauss commented Aug 22, 2022

$ flake8 . --count --select=E9,F63,F7,F82,Y --show-source --statistics

./pycodesign.py:120:31: F821 undefined name 'args'
        print(f'Config file "{args.config}" is missing values:')
                              ^
./pycodesign.py:121:32: F821 undefined name 'missing_values'
        for section, values in missing_values.items():
                               ^
2     F821 undefined name 'args'
2
@txoof
Copy link
Owner

txoof commented Aug 23, 2022

@cclauss

Thanks for flagging this. I'm running a little slow. Can you give me a little more context on this issue? I'm also not familiar with flake8.

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

2 participants