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:
parent
ee9ae8dcb1
commit
0158d5e377
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user