Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Yicheng-Lu-llll <[email protected]>
  • Loading branch information
Yicheng-Lu-llll committed Jun 13, 2023
1 parent 3db1aca commit 163259e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flytekit/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,11 @@ def __exit__(self, exc_type, exc_val, exc_tb):


def _output_span():
print("hi!!!!!!!!!!")
from flytekit.core.context_manager import FlyteContextManager

print("In _output_span")

ctx = FlyteContextManager.current_context()
root_span = Span()

Expand Down

0 comments on commit 163259e

Please sign in to comment.