1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 09:16:16 +02:00
This commit is contained in:
Michael Schroeder 2012-01-30 18:09:30 +01:00
parent 7232c2eab8
commit 039d662b7a

View File

@ -3482,7 +3482,7 @@ def create_submit_request(apiurl,
r = root.get('id')
except urllib2.HTTPError, e:
if e.headers.get('X-Opensuse-Errorcode') == "submit_request_rejected":
print "This project is just for releasign maintenance updates. Do you want to create a maintenance incident request instead ? [y/n]"
print "This project is just for releasing maintenance updates. Do you want to create a maintenance incident request instead? [y/n]"
if sys.stdin.read(1) == "y":
xpath = 'attribute/@name = \'%s\'' % conf.config['maintenance_attribute']
res = search(apiurl, project_id=xpath)