fix additional commas
This commit is contained in:
parent
6083bace39
commit
066e7427ef
2 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ def handle_kiwi_build(goptions, session, args):
|
|||
for arch in options.optional_arches.split(',')
|
||||
if arch]
|
||||
if options.kiwi_profile:
|
||||
kwargs['profile'] = options.kiwi_profile,
|
||||
kwargs['profile'] = options.kiwi_profile
|
||||
if options.release:
|
||||
kwargs['release'] = options.release
|
||||
if options.make_prep:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue