mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-13 17:16:23 +01:00
- fixed SyntaxError
This commit is contained in:
parent
f2be29f0a0
commit
0fbfcb4fdb
@ -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"])
|
||||
|
Loading…
Reference in New Issue
Block a user