update/cgcs-patch/cgcs-patch/cgcs_patch/api/controllers
Don Penney 678e786c5b Address python3 pylint errors and warnings
This commit addresses issues detected by the updated python3 pylint:
- Added a return code to the report_app_dependencies function to
satisfy the E1111 error reported.
- Added line-specific pylint disable for unused-argument for cases
where the inclusion of such arguments in the function signature was
intentional.
- Added line-specific pylint disable for the duplicate-except case
found, as python3 has merged IOError into OSError, while these are
separate exceptions in python2. Once we're running solely on python3,
this duplicate exception handling can be dropped.

Change-Id: I96a521288e71948f06ad0c88a12c8f475ed8bc99
Closes-Bug: 1855180
Signed-off-by: Don Penney <don.penney@windriver.com>
2019-12-05 14:51:48 +00:00
..
__init__.py Resolve bashate and pep8 warnings 2018-08-08 19:36:58 -05:00
root.py Address python3 pylint errors and warnings 2019-12-05 14:51:48 +00:00