From 1503e20e1f5be2804ed35375dd8ed63bbfcc2b11 Mon Sep 17 00:00:00 2001 From: Michael Matloka Date: Fri, 26 Apr 2024 18:15:22 +0200 Subject: [PATCH] Fix word in comment --- posthog/hogql_queries/query_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posthog/hogql_queries/query_runner.py b/posthog/hogql_queries/query_runner.py index 07319ddf7f52c..4e026caebc728 100644 --- a/posthog/hogql_queries/query_runner.py +++ b/posthog/hogql_queries/query_runner.py @@ -445,7 +445,7 @@ def apply_dashboard_filters(self, dashboard_filter: DashboardFilter) -> Q: ], ) except Exception as e: - # If pydantic is unhappy about the shape of data, let's ignore dashboard filters and carry on + # If pydantic is unhappy about the shape of data, let's ignore property filters and carry on capture_exception() logger.error( "Failed to apply dashboard property filters",