Remove unused proc var
This commit is contained in:
parent
c888adc1e0
commit
a124b0002b
1 changed files with 1 additions and 1 deletions
|
|
@ -1105,7 +1105,7 @@ def run_kvrt():
|
|||
return
|
||||
|
||||
# Run in background
|
||||
proc = run_tool('KVRT', 'KVRT', *cmd_args, download=True)
|
||||
run_tool('KVRT', 'KVRT', *cmd_args, download=True)
|
||||
log_kvrt_results(log_path, report_path)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue