Meshroom/meshroom
cclauss d0c5a5ffb5
Avoid issue with use ==/!= to compare str, bytes, and int literals
[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
```
2019-04-18 10:30:57 +02:00
..
common [desc][qt] use QVariantList for list-type properties 2019-01-04 17:30:38 +01:00
core Avoid issue with use ==/!= to compare str, bytes, and int literals 2019-04-18 10:30:57 +02:00
nodes Merge pull request #413 from alicevision/dev_CLIoptions 2019-03-26 15:52:54 +01:00
submitters [submitters] simpleFarm: minor tractor adjustments 2019-04-08 10:17:14 +02:00
ui Corrected project argument name 2019-03-29 17:17:10 +01:00
__init__.py Release 2019.1.0 2019-02-27 19:21:12 +01:00
multiview.py Merge pull request #382 from alicevision/dev_densePointCloud 2019-02-28 16:10:46 +01:00