fix additional commas

This commit is contained in:
Tomas Kopecek 2022-11-04 10:06:48 +01:00
parent 6083bace39
commit 066e7427ef
2 changed files with 2 additions and 2 deletions

View file

@ -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: