codesign icon indicating copy to clipboard operation
codesign copied to clipboard

Undefined names in pycodesign.py

Open cclauss opened this issue 3 years ago • 1 comments

$ 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

cclauss avatar Aug 22 '22 13:08 cclauss

@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.

txoof avatar Aug 23 '22 10:08 txoof