Skip to content

Commit 60a27f7

Browse files
committed
typo
1 parent e37fdf1 commit 60a27f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/src/test-python.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ def run_plugin(plugin_name: str, plugin_path: str, execute_path: str) -> bool:
9595
sys_path_setup = (
9696
f"import sys; "
9797
f"sys.path.append(r'{plugin_path}'); "
98-
f"sys.path.append(r'{plugin_path}/lib'); "
99-
f"sys.path.append(r'{plugin_path}/lib/win32/lib'); "
100-
f"sys.path.append(r'{plugin_path}/lib/win32'); "
101-
f"sys.path.append(r'{plugin_path}/plugin'); "
98+
f"sys.path.append(r'{plugin_path}\\lib'); "
99+
f"sys.path.append(r'{plugin_path}\\lib\\win32\\lib'); "
100+
f"sys.path.append(r'{plugin_path}\\lib\\win32'); "
101+
f"sys.path.append(r'{plugin_path}\\plugin'); "
102102
f"import runpy; "
103103
f"runpy.run_path(r'{Path(plugin_path, execute_path)}', None, '__main__')"
104104
)

0 commit comments

Comments
 (0)