update/cgcs-patch/cgcs-patch/cgcs_patch
Sun Austin bae8691911 Fix pep8/flake8 Error
Fix below errors
    E128 continuation line under-indented for visual indent
    E305 expected 2 blank lines after class or function definition, found 1
    E502 the backslash is redundant between brackets
    E722 do not use bare except'
    E741 ambiguous variable name 'xxxxx'
    E999 SyntaxError: invalid token

Change-Id: Ic826a70aed2cda984cbafedae154c4812bfa37b5
Story: 2003429
Task: 24624
Signed-off-by: Sun Austin <austin.sun@intel.com>
2018-09-12 08:40:21 +08:00
..
api Fix dict related issues for Python 2/3 compatible code. 2018-09-07 10:49:15 +08:00
authapi Fix StringIO and ConfigParser import issue for Python2/3 compatible code. 2018-09-07 10:36:01 +08:00
templates StarlingX open source release updates 2018-05-31 07:37:12 -07:00
__init__.py Resolve bashate and pep8 warnings 2018-08-08 19:36:58 -05:00
app.py Add pylint support 2018-08-24 09:19:44 -05:00
base.py Fix pep8/flake8 Error 2018-09-12 08:40:21 +08:00
certificates.py Resolve bashate and pep8 warnings 2018-08-08 19:36:58 -05:00
config.py Fix StringIO and ConfigParser import issue for Python2/3 compatible code. 2018-09-07 10:36:01 +08:00
constants.py Fix pep8/flake8 Error 2018-09-12 08:40:21 +08:00
exceptions.py Add pylint support 2018-08-24 09:19:44 -05:00
messages.py StarlingX open source release updates 2018-05-31 07:37:12 -07:00
patch_agent.py Fix pep8/flake8 Error 2018-09-12 08:40:21 +08:00
patch_client.py Fix pep8/flake8 Error 2018-09-12 08:40:21 +08:00
patch_controller.py Fix pep8/flake8 Error 2018-09-12 08:40:21 +08:00
patch_functions.py Fix pep8/flake8 Error 2018-09-12 08:40:21 +08:00
patch_signing.py Add pylint support 2018-08-24 09:19:44 -05:00
patch_verify.py Add pylint support 2018-08-24 09:19:44 -05:00
utils.py Fix pep8/flake8 Error 2018-09-12 08:40:21 +08:00