mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 17:28:25 +02:00
[flake8](http://flake8.pycqa.org) testing of https://github.com/alicevision/meshroom on Python 3.7.1 $ __flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics__ ``` ./meshroom/core/node.py:461:34: F632 use ==/!= to compare str, bytes, and int literals if v is not None and v is not '': ^ ./meshroom/core/node.py:480:34: F632 use ==/!= to compare str, bytes, and int literals if v is not None and v is not '': ^ 2 F632 use ==/!= to compare str, bytes, and int literals 2 ``` |
||
---|---|---|
.. | ||
common | ||
core | ||
nodes | ||
submitters | ||
ui | ||
__init__.py | ||
multiview.py |