Merge branch 'main' into bugfix-python-3-10

This commit is contained in:
Lucas Gomide
2025-04-10 14:11:16 -03:00
committed by GitHub

View File

@@ -1043,6 +1043,7 @@ class Flow(Generic[T], metaclass=FlowMeta):
import traceback
traceback.print_exc()
raise
def _log_flow_event(
self, message: str, color: str = "yellow", level: str = "info"