mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-14 17:46:17 +01:00
fix typo introduced in r7243
This commit is contained in:
parent
0d27064a28
commit
09b50649ea
@ -998,7 +998,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
# into a project delete request - which works recursively...
|
# into a project delete request - which works recursively...
|
||||||
if pkg:
|
if pkg:
|
||||||
delete_package(conf.config['apiurl'], prj, pkg)
|
delete_package(conf.config['apiurl'], prj, pkg)
|
||||||
elif len(meta_get_packagelist(conf.config['apiurl'], project)) >= 1 and not opts.force:
|
elif len(meta_get_packagelist(conf.config['apiurl'], prj)) >= 1 and not opts.force:
|
||||||
print >>sys.stderr, 'Project contains packages. It must be empty before deleting it. ' \
|
print >>sys.stderr, 'Project contains packages. It must be empty before deleting it. ' \
|
||||||
'If you are sure that you want to remove this project and all its ' \
|
'If you are sure that you want to remove this project and all its ' \
|
||||||
'packages use the \'--force\' switch'
|
'packages use the \'--force\' switch'
|
||||||
|
Loading…
Reference in New Issue
Block a user