mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-15 01:56:17 +01:00
call buildvc with all command line arguments
This commit is contained in:
parent
ee9ae8dcb1
commit
0158d5e377
@ -3152,8 +3152,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
if opts.just_edit:
|
if opts.just_edit:
|
||||||
cmd_list.append("-e")
|
cmd_list.append("-e")
|
||||||
|
|
||||||
if arg:
|
if args:
|
||||||
cmd_list.append(arg)
|
cmd_list.extend(args)
|
||||||
|
|
||||||
vc = Popen(cmd_list)
|
vc = Popen(cmd_list)
|
||||||
vc.wait()
|
vc.wait()
|
||||||
|
Loading…
Reference in New Issue
Block a user