1
0
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:
Marcus Huewe 2011-12-20 18:41:43 +01:00
parent f8bab97e5a
commit 3aeff9e0d0

View File

@ -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: