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:
@@ -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):
|
||||
|
Reference in New Issue
Block a user