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

call buildvc with all command line arguments

This commit is contained in:
Michal Vyskocil 2009-06-01 12:20:53 +00:00
parent ee9ae8dcb1
commit 0158d5e377

View File

@ -3152,8 +3152,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
if opts.just_edit:
cmd_list.append("-e")
if arg:
cmd_list.append(arg)
if args:
cmd_list.extend(args)
vc = Popen(cmd_list)
vc.wait()