bodhi / backend / koji sync: minor syntax fixes
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d60d7a0e50
commit
e859a68d95
1 changed files with 2 additions and 2 deletions
|
@ -373,9 +373,9 @@ def set_koji_ownership(tag, namespace, packages, arches, verbose=False):
|
|||
namespace == 'flatpaks'
|
||||
and not pkg.startswith('flatpak-')
|
||||
and not pkg.endswith('-flatpak')
|
||||
):
|
||||
):
|
||||
koji_pkg = pkg + '-flatpak'
|
||||
else
|
||||
else:
|
||||
koji_pkg = pkg
|
||||
# When the user is created in fedora infra, they wont be added to koji
|
||||
# until they logged into koji for the first time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue