Remove unused proc var

This commit is contained in:
2Shirt 2023-02-18 14:58:44 -08:00
parent c888adc1e0
commit a124b0002b
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -1105,7 +1105,7 @@ def run_kvrt():
return return
# Run in background # 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) log_kvrt_results(log_path, report_path)