pungi/pungi_utils
Haibo Lin 65aa8fde2f Fix other flake8 complaints
E231 missing whitespace after ','
E265 block comment should start with '# '
E266 too many leading '#' for block comment
E302 expected 2 blank lines, found 1
E501 line too long (115 > 88 characters)
E713 test for membership should be 'not in'
E722 do not use bare 'except'
F812 list comprehension redefines 'g' from line 1499
F821 undefined name 'cmp'
F841 local variable 'ex' is assigned to but never used

JIRA: COMPOSE-4108
Signed-off-by: Haibo Lin <hlin@redhat.com>
2020-02-07 16:14:09 +08:00
..
__init__.py Add script to generate unified ISOs 2017-01-04 10:22:20 +01:00
config_utils.py config: Keep known options defined on CLI 2019-06-25 15:13:16 +02:00
orchestrator.py Fix other flake8 complaints 2020-02-07 16:14:09 +08:00
patch_iso.py Format code base with black 2020-02-05 17:35:47 +08:00
unified_isos.py Fix flake8 complaints - E501 2020-02-07 14:36:46 +08:00