quiet koji-gc output a little

This commit is contained in:
Mike McLean 2009-04-23 15:17:38 -04:00
parent 3a1234efe0
commit d421286304

View file

@ -851,7 +851,8 @@ def handle_prune():
#get builds
history = session.tagHistory(tag=tagname)
if not history:
print "No history for %s" % tagname
if options.debug:
print "No history for %s" % tagname
continue
history = [(h['create_ts'], h) for h in history if h['active']]
history.sort()