Skip to content

Commit

Permalink
fix: function was not properly called
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Apr 19, 2024
1 parent 23966a1 commit 2070094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgis_deployment_toolbelt/jobs/job_profiles_synchronizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def filter_profiles_on_rules(
li_profiles_matched = []
li_profiles_unmatched = []

context_object = {"date": datetime_dict, "environment": environment_dict()}
context_object = {"date": datetime_dict(), "environment": environment_dict()}
for profile in li_downloaded_profiles:
if profile.rules is None:
logger.debug(f"No rules to apply to {profile.name}")
Expand Down

0 comments on commit 2070094

Please sign in to comment.