Merge pull request #346 from specklesystems/charles/trailingSlash

fix(automate): remove extra slash
This commit is contained in:
Gergő Jedlicska
2024-08-11 13:31:17 +02:00
committed by GitHub
+1 -1
View File
@@ -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 = (