Skip to content

Commit 7278ab3

Browse files
committed
Update replay_test.py
1 parent d5ec766 commit 7278ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/benchmarking/replay_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def create_trace_replay_test_code(
166166
module_name = func.get("module_name")
167167
function_name = func.get("function_name")
168168
class_name = func.get("class_name")
169-
file_path = func.get("file_path")
169+
file_path = Path(func.get("file_path")).as_posix()
170170
benchmark_function_name = func.get("benchmark_function_name")
171171
function_properties = func.get("function_properties")
172172
if not class_name:

0 commit comments

Comments
 (0)