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

- fix typo

This commit is contained in:
Adrian Schröter 2011-12-06 13:22:50 +01:00
parent 7bbfd64854
commit 46555269e6

View File

@ -2799,7 +2799,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
return_existing=opts.checkout, msg=opts.message or '',
force=opts.force, noaccess=opts.noaccess,
add_repositories=opts.add_repositories,
extend_package_names=opt.extend_package_names)
extend_package_names=opts.extend_package_names)
if exists:
print >>sys.stderr, 'Using existing branch project: %s' % targetprj