Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Dec 4, 2023
1 parent e3439c0 commit 1176d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/models/cohort/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1176d69

Please sign in to comment.