From 1176d69f3e56995616963cca0d364c55c7c2b54f Mon Sep 17 00:00:00 2001 From: Marius Andra Date: Mon, 4 Dec 2023 17:24:26 +0100 Subject: [PATCH] more fixes --- posthog/models/cohort/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posthog/models/cohort/util.py b/posthog/models/cohort/util.py index b3ee099b97f2b..e96c00337da3d 100644 --- a/posthog/models/cohort/util.py +++ b/posthog/models/cohort/util.py @@ -47,7 +47,7 @@ def format_person_query(cohort: Cohort, index: int, hogql_context: HogQLContext) return format_static_cohort_query(cohort, index, prepend="") if cohort.query is not None: - return print_cohort_hogql_query(cohort, hogql_context) + return print_cohort_hogql_query(cohort, hogql_context), {} if not cohort.properties.values: # No person can match an empty cohort