Skip to content

Commit

Permalink
- fix submit request of package
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Jan 24, 2012
1 parent c356771 commit 8fe6a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -3440,7 +3440,7 @@ def create_submit_request(apiurl,
import cgi
options_block=""
package=""
if src_update:
if src_package:
package="""package="%s" """ % (src_package)
if src_update:
options_block="""<options><sourceupdate>%s</sourceupdate></options> """ % (src_update)
Expand Down

0 comments on commit 8fe6a03

Please sign in to comment.