codesign
codesign copied to clipboard
Undefined names in pycodesign.py
$ 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
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.