Cdentinger has submitted this change and it was merged.

Change subject: Need debugging
......................................................................


Need debugging

Bug: T97676
Change-Id: I31725d9402b1bc1bf88b66f075470d0202f6449a
---
M fundraiser/analytics/models.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Cdentinger: Verified; Looks good to me, approved



diff --git a/fundraiser/analytics/models.py b/fundraiser/analytics/models.py
index ab5a06b..656196c 100644
--- a/fundraiser/analytics/models.py
+++ b/fundraiser/analytics/models.py
@@ -33,7 +33,7 @@
         parts = regex.match(self.filename)
 
         if not parts:
-            raise ValueError("Filename does not match existing patterns for 
squid logs")
+            raise ValueError("Filename does not match existing patterns for 
squid logs: " + self.filename)
 
         try:
             ts = datetime.datetime.strptime(parts.group("timestamp"), 
"%Y%m%d-%H%M%S")

-- 
To view, visit https://gerrit.wikimedia.org/r/252875
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I31725d9402b1bc1bf88b66f075470d0202f6449a
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/tools/DjangoBannerStats
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>
Gerrit-Reviewer: Cdentinger <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to