mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-21 05:58:52 +02:00
core: fix get_group error message
This commit is contained in:
@@ -4303,7 +4303,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