Skip to content

Commit efe0624

Browse files
Update mixpanel/flags/local_feature_flags.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 88128b2 commit efe0624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mixpanel/flags/local_feature_flags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def _is_runtime_rules_engine_satisfied(self, rollout: Rollout, context: Dict[str
330330
result = json_logic.jsonLogic(rollout.runtime_evaluation_rule, custom_properties)
331331
return bool(result)
332332
except Exception as e:
333-
logger.exception("Error evaluating runtime evaluation rule", e)
333+
logger.exception("Error evaluating runtime evaluation rule")
334334
return False
335335

336336
def _is_runtime_evaluation_satisfied(

0 commit comments

Comments
 (0)