mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-04 04:19:37 +02:00
redundant 'state is' removed from messages.
This commit is contained in:
@@ -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'] += '*'
|
||||
|
||||
|
Reference in New Issue
Block a user