Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] develop from alicevision:develop #1

Merged
merged 3 commits into from
May 14, 2019

Conversation

pull[bot]
Copy link

@pull pull bot commented May 14, 2019

See Commits and Changes for more details.


Created by pull[bot]

cclauss and others added 3 commits April 18, 2019 10:30
[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
```
Avoid issue with use ==/!= to compare str, bytes, and int literals
@pull pull bot added the ⤵️ pull label May 14, 2019
@pull pull bot merged commit 843954e into Pandinosaurus:develop May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants