Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
Signed-off-by: Future-Outlier <[email protected]>
  • Loading branch information
Future-Outlier committed Oct 22, 2024
1 parent a380def commit 971aa47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flytekit/extras/pydantic/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ def serialize_flyte_file(self) -> Dict[str, str]:
@model_validator(mode="after")
def deserialize_flyte_file(self, info) -> FlyteFile:
if info.context is None or info.context.get("deserialize") is not True:
print("@@@@ initializing flyte file")
return self
print("@@@@ convert to flyte file")
pv = FlyteFilePathTransformer().to_python_value(
FlyteContextManager.current_context(),
Literal(
Expand Down

0 comments on commit 971aa47

Please sign in to comment.