1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-23 10:42:14 +01:00

- fix for 0fd0ff26856d2385361702795415f80e4cca0663

This commit is contained in:
Marcus Huewe 2011-02-02 19:35:32 +01:00
parent 0fd0ff2685
commit f18b4d6a36

View File

@ -2437,7 +2437,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
package = tpackage or args[1]
if opts.checkout:
checkout_package(apiurl, targetprj, package, server_service_files=True
checkout_package(apiurl, targetprj, package, server_service_files=True,
expand_link=True, prj_dir=targetprj)
if conf.config['verbose']:
print 'Note: You can use "osc delete" or "osc submitpac" when done.\n'