Skip to content

Commit 163259e

Browse files
test
Signed-off-by: Yicheng-Lu-llll <[email protected]>
1 parent 3db1aca commit 163259e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flytekit/core/utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,11 @@ def __exit__(self, exc_type, exc_val, exc_tb):
336336

337337

338338
def _output_span():
339+
print("hi!!!!!!!!!!")
339340
from flytekit.core.context_manager import FlyteContextManager
340341

342+
print("In _output_span")
343+
341344
ctx = FlyteContextManager.current_context()
342345
root_span = Span()
343346

0 commit comments

Comments
 (0)