1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 09:16:16 +02:00

make deletepac work again

This commit is contained in:
Dr. Peter Poeml 2007-05-07 18:32:51 +00:00
parent 0ab5e73ed9
commit 2c5e637693

View File

@ -295,9 +295,6 @@ class Osc(cmdln.Cmdln):
${cmd_option_list}
"""
project = args[0]
package = args[1]
delete_package(conf.config['apiurl'], project, package)