From e305d64f789742b5662ed4e9a081c35532673f0f Mon Sep 17 00:00:00 2001 From: Pier CeccoPierangioliEugenio Date: Tue, 2 Jan 2024 14:29:00 +0000 Subject: [PATCH] Update sandbox.html --- sandbox/sandbox.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sandbox/sandbox.html b/sandbox/sandbox.html index dced2e1b..c896dd15 100644 --- a/sandbox/sandbox.html +++ b/sandbox/sandbox.html @@ -147,8 +147,8 @@ fileUri = urlParams.get("fileUri") filePath = urlParams.get("filePath") if (fileUri != null){ - ttkProxy.loadFile(fileUri, "test_file.py"); - loadFile("test_file.py") + ttkProxy.loadFile(fileUri, "/test_file.py"); + loadFile("/test_file.py") }else if (filePath != null){ loadFile(filePath) }else{ @@ -199,4 +199,4 @@ - \ No newline at end of file +