Fix flake8 complaints - E501
E501 line too long (92 > 88 characters) E501 line too long (103 > 88 characters) ... JIRA: COMPOSE-4108 Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
parent
3eddcfccd8
commit
c0193c9fca
55 changed files with 337 additions and 275 deletions
|
|
@ -235,7 +235,8 @@ class UnifiedISO(object):
|
|||
# override paths
|
||||
arch_ti[variant.uid].repository = variant.uid
|
||||
arch_ti[variant.uid].packages = variant.uid
|
||||
# set to None, replace with source_*; requires productmd changes or upstream version
|
||||
# set to None, replace with source_*; requires productmd
|
||||
# changes or upstream version
|
||||
# arch_ti[variant.uid].source_repository = variant.uid
|
||||
# arch_ti[variant.uid].source_packages = variant.uid
|
||||
|
||||
|
|
@ -387,7 +388,8 @@ class UnifiedISO(object):
|
|||
run(iso.get_manifest_cmd(iso_path))
|
||||
|
||||
img = productmd.images.Image(im)
|
||||
# temporary path, just a file name; to be replaced with variant specific path
|
||||
# temporary path, just a file name; to be replaced with
|
||||
# variant specific path
|
||||
img.path = os.path.basename(iso_path)
|
||||
img.mtime = int(os.stat(iso_path).st_mtime)
|
||||
img.size = os.path.getsize(iso_path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue