flake8
failed.
JSHint
passed.
flake8
-
rbtools/utils/checks.py (Diff revision 1) Show all issues
Review Request #11600 — Created May 8, 2021 and submitted
Information | |
---|---|
torcolvin | |
RBTools | |
master | |
Reviewers | |
rbtools | |
Hide ResourceWarning when running rbt post
We often run rbt post in an environment with environment variables
PYTHONWARNINGS=default
to help discover errors. This spits a lot of subprocess errors when running.ResourceWarning: Enable tracemalloc to get the object allocation traceback /usr/local/Cellar/python@3.9/3.9.4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py:765: ResourceWarning: unclosed file <_io.BufferedReader name=13> _cleanup()
These errors stop showing up in unit tests and in
rbt post
in a private git repo.
Summary |
---|
Description | From | Last Updated |
---|---|---|
E261 at least two spaces before inline comment |
![]() |
fixed flake8 error
Commits: |
|
||||||
---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+4 -2) |