Skip to content

Commit b130837

Browse files
logging changes
1 parent 3169007 commit b130837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/testrail_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def reportable(platform_to_test=None):
202202
run_region in distributed_mappings[site]
203203
and platform in run_platform
204204
):
205-
logging.warning(f"Already reported: {site} {run_.get("config")}")
205+
logging.warning(f"Already reported: {site} {run_region},{run_platform}")
206206
covered_mappings += 1
207207
logging.warning(
208208
f"Potentially matching run found for {platform}, may be reportable. (Found {covered_mappings} site/region mappings reported, expected {expected_mappings}.)"

0 commit comments

Comments
 (0)