Skip to content

Commit 64a03fc

Browse files
committed
correcting issues with coverage reporting. printing results
1 parent ce1d68b commit 64a03fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/devops_tasks/tox_harness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def execute_tox_parallel(tox_command_tuples):
160160
if workload_results[key][0] != 0:
161161
logging.error(
162162
"{} tox invocation exited with returncode {}".format(
163-
os.path.basename(key), workload_results[key]
163+
os.path.basename(key), workload_results[key][0]
164164
)
165165
)
166166

0 commit comments

Comments
 (0)