From dd9be3434594addae2a583ff6d2f2639e2a189c0 Mon Sep 17 00:00:00 2001 From: Roxie Gibson Date: Thu, 21 Jan 2021 15:54:48 +0000 Subject: [PATCH] fix: forgot to include formating var for logging --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index ab9902d..0ebeb78 100644 --- a/main.py +++ b/main.py @@ -295,7 +295,7 @@ class ActivitiesTab(BaseTester): ) else: self.failed( - "Number of activities is lower than expected. Most likely didn't load properly Expected: %d, Actual %d" + "Number of activities is lower than expected for CID %s. Most likely didn't load properly Expected: %d, Actual %d" % (cid, num_of_activ, num_of_rows) )