We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7881981 commit 027bca6Copy full SHA for 027bca6
RATapi/project.py
@@ -868,7 +868,7 @@ def write_item(item):
868
+ f"'filename': '{item.filename}', "
869
+ f"'function_name': '{item.function_name}', "
870
+ f"'language': '{str(item.language)}', "
871
- + f"'path': '{str(item.path)}'"
+ + f"'path': r'{str(item.path)}'" # Raw string to ensure backslash is not interpreted as escape
872
+ "}"
873
)
874
return item_str
0 commit comments