1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-24 13:56:13 +01:00

redundant 'state is' removed from messages.

This commit is contained in:
Juergen Weigert 2010-10-23 14:49:28 +02:00
parent 8d0778aff3
commit 7862ce74de

View File

@ -4265,7 +4265,7 @@ def get_results(apiurl, prj, package, lastbuild=None, repository=[], arch=[], ve
res['status'] += ': %s' % (res['details'], )
if res['dirty']:
if verbose:
res['status'] = 'state is outdated (was: %s)' % res['status']
res['status'] = 'outdated (was: %s)' % res['status']
else:
res['status'] += '*'