fix additional flake8 problems

This commit is contained in:
Tomas Kopecek 2020-05-13 09:44:13 +02:00
parent 1ac3ae1fd1
commit 64a0033150
6 changed files with 18 additions and 18 deletions

View file

@ -2612,7 +2612,7 @@ def anon_handle_list_untagged(goptions, session, args):
if refs.get('rpms'):
r.append("rpms: %s" % refs['rpms'])
if refs.get('component_of'):
r.append("images/archives: %" % refs['component_of'])
r.append("images/archives: %s" % refs['component_of'])
if refs.get('archives'):
r.append("archives buildroots: %s" % refs['archives'])
build['refs'] = ', '.join(r)