Typofix, remove trailing commas.

This commit is contained in:
Ralph Bean 2017-08-07 16:53:01 +00:00
parent 1b684fccb1
commit ea8250ba55

View file

@ -64,8 +64,8 @@ def get_options():
'server': 'https://koji.fedoraproject.org/kojihub', 'server': 'https://koji.fedoraproject.org/kojihub',
'weburl': 'https://koji.fedoraproject.org/koji', 'weburl': 'https://koji.fedoraproject.org/koji',
} }
opts['principal'] = 'pkgdb/{0}@{1}'.format(HOSTNAME, IPA_REALM), opts['principal'] = 'pkgdb/{0}@{1}'.format(HOSTNAME, IPA_REALM)
opts['keytab'] = '/etc/krb5.pkgdb_{0}.keytab'.format(HOSTNAME), opts['keytab'] = '/etc/krb5.pkgdb_{0}.keytab'.format(HOSTNAME)
for configFile in ('/etc/koji.conf', os.path.expanduser('~/.koji/config')): for configFile in ('/etc/koji.conf', os.path.expanduser('~/.koji/config')):
if os.access(configFile, os.F_OK): if os.access(configFile, os.F_OK):