Skip to content

Commit

Permalink
fix(automate): extra slash
Browse files Browse the repository at this point in the history
  • Loading branch information
cdriesler committed Aug 10, 2024
1 parent 905377d commit 078a6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/speckle_automate/automation_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class BlobUploadResponse(AutomateBase):
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 = (
Expand Down

0 comments on commit 078a6c8

Please sign in to comment.