mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 06:46:15 +01:00
- removed debug stuff...
This commit is contained in:
parent
f8bab97e5a
commit
3aeff9e0d0
@ -6934,7 +6934,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
|
||||
user = conf.get_apiurl_usr(apiurl)
|
||||
|
||||
data = get_user_data(apiurl, user+'x', 'email')
|
||||
data = get_user_data(apiurl, user, 'email')
|
||||
if data:
|
||||
os.environ['mailaddr'] = data[0]
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user