We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3cc7c commit a3493eeCopy full SHA for a3493ee
1 file changed
alephclient/api.py
@@ -554,8 +554,7 @@ def signed_url_upload(
554
except AlephException as ae:
555
if ae.status == 404:
556
raise AlephException(
557
- "Upload endpoint not found. "
558
- "Is this an Aleph Pro instance?"
+ "Upload endpoint not found. Is this an Aleph Pro instance?"
559
) from ae
560
raise
561
signed_url = result["url"]
0 commit comments