Skip to content

Commit

Permalink
Merge pull request #346 from specklesystems/charles/trailingSlash
Browse files Browse the repository at this point in the history
fix(automate): remove extra slash
  • Loading branch information
gjedlicska authored Aug 11, 2024
2 parents 905377d + 078a6c8 commit fe03d96
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 fe03d96

Please sign in to comment.