From 078a6c8da88a1ce3a2dc70fd2b681f011131466b Mon Sep 17 00:00:00 2001 From: Charles Driesler Date: Sat, 10 Aug 2024 23:17:45 +0100 Subject: [PATCH] fix(automate): extra slash --- src/speckle_automate/automation_context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/speckle_automate/automation_context.py b/src/speckle_automate/automation_context.py index 5b28f72..ac72cf9 100644 --- a/src/speckle_automate/automation_context.py +++ b/src/speckle_automate/automation_context.py @@ -264,7 +264,7 @@ class AutomationContext: files = {path_obj.name: open(str(path_obj), "rb")} url = ( - f"{self.automation_run_data.speckle_server_url}/api/stream/" + f"{self.automation_run_data.speckle_server_url}api/stream/" f"{self.automation_run_data.project_id}/blob" ) data = (