1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-13 17:16:23 +01:00

- fixed SyntaxError

This commit is contained in:
Marcus Huewe 2010-07-13 14:53:25 +02:00
parent f2be29f0a0
commit 0fbfcb4fdb

View File

@ -5562,7 +5562,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
url = makeurl(apiurl, ['source', prj], query='cmd=createkey')
f = http_POST(url)
elif opts.extend:
url = makeurl(apiurl, ['source', prj, query='cmd=extendkey'])
url = makeurl(apiurl, ['source', prj], query='cmd=extendkey')
f = http_POST(url)
elif opts.delete:
url = makeurl(apiurl, ['source', prj, "_pubkey"])