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.
2 parents 8915c48 + 2663ced commit 2eedeb4Copy full SHA for 2eedeb4
py5_resources/py5_module/py5_tools/live_coding/syncing.py
@@ -54,7 +54,7 @@
54
55
def init_namespace(filename, global_namespace):
56
global_namespace.clear()
57
- exec(STARTUP_CODE.format(Path(filename).absolute()), global_namespace)
+ exec(STARTUP_CODE.format(Path(filename).absolute().as_posix()), global_namespace)
58
59
60
def is_subdirectory(d, f):
0 commit comments