We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11c77c commit 1fbeb0fCopy full SHA for 1fbeb0f
1 file changed
ayon_api/server_api.py
@@ -1411,6 +1411,12 @@ def _download_file_to_stream(
1411
raise
1412
progress.next_attempt()
1413
1414
+ if api_prepended:
1415
+ self.log.warning(
1416
+ f"Auto-fixed endpoint '{endpoint}' -> 'api/{endpoint}'."
1417
+ " Please fix the endpoit passed to the function."
1418
+ )
1419
+
1420
def download_file_to_stream(
1421
self,
1422
endpoint: str,
0 commit comments