1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 05:08:42 +02:00

Merge branch 'get_group-error-messagge' of https://github.com/DimStar77/osc

This commit is contained in:
Marcus Huewe
2015-08-06 15:12:48 +02:00

View File

@@ -4306,7 +4306,7 @@ def get_group(apiurl, group):
f = http_GET(u)
return ''.join(f.readlines())
except HTTPError:
print('user \'%s\' not found' % group)
print('group \'%s\' not found' % group)
return None
def get_user_meta(apiurl, user):