Skip to content

Commit c3b74ae

Browse files
committed
catch one case i missed
1 parent a30a3d6 commit c3b74ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codeflash/tracing/replay_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ def create_trace_replay_test(
112112
test_template = ""
113113
self = ""
114114
for func, func_property in zip(functions, function_properties):
115+
if func_property is None:
116+
continue
115117
if not func_property.is_top_level:
116118
# can't be imported and run in the replay test
117119
continue

0 commit comments

Comments
 (0)