parent
3062b4e1f6
commit
0f6a9fdcf3
1 changed files with 2 additions and 1 deletions
3
cli/koji
3
cli/koji
|
|
@ -2922,7 +2922,8 @@ def anon_handle_list_tagged(options, session, args):
|
|||
if event:
|
||||
opts['event'] = event['id']
|
||||
event['timestr'] = time.asctime(time.localtime(event['ts']))
|
||||
print("Querying at event %(id)i (%(timestr)s)" % event)
|
||||
if not options.quiet:
|
||||
print("Querying at event %(id)i (%(timestr)s)" % event)
|
||||
|
||||
if options.rpms:
|
||||
rpms, builds = session.listTaggedRPMS(tag, **opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue