bobjacobsen / python-openlcb

MIT License
2 stars 1 forks source link

Undefined variable in one of the FIXME comments #33

Closed Poikilos closed 3 months ago

Poikilos commented 3 months ago

I'm not sure which variable should be sliced as noted in comment. The comment is added in https://github.com/bobjacobsen/PythonOlcbNode/pull/32 but the issue predates the PR.

bobjacobsen commented 3 months ago

Fixed by #37. References needed to be to self variables.

Poikilos commented 3 months ago

You can still see it (issue #33) with either VSCode, or on CLI (Terminal) with:

python -m pip install flake8
cd PythonOlcbNode
python -m flake8 --ignore=E203,E226,E701,E202,E222,E221,W503,E241 --per-file-ignores="test_all.py:F401,E402,F403"
Poikilos commented 3 months ago

Fixed in https://github.com/bobjacobsen/PythonOlcbNode/pull/37/commits/af9ebf350c7774cfd66c1ce6113436f09cc92e8b