Skip to content

Commit 02baf99

Browse files
authored
Merge pull request #305 from ynput/enhancement/log_message_typo
Fix log message typo
2 parents 9095c03 + 1ddb3b4 commit 02baf99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ayon_api/server_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ def _download_file_to_stream(
14141414
if api_prepended:
14151415
self.log.warning(
14161416
f"Auto-fixed endpoint '{endpoint}' -> 'api/{endpoint}'."
1417-
" Please fix the endpoit passed to the function."
1417+
" Please fix the endpoint passed to the function."
14181418
)
14191419

14201420
def download_file_to_stream(
@@ -1702,7 +1702,7 @@ def _upload_file(
17021702
if api_prepended:
17031703
self.log.warning(
17041704
f"Auto-fixed endpoint '{endpoint}' -> 'api/{endpoint}'."
1705-
" Please fix the endpoit passed to the function."
1705+
" Please fix the endpoint passed to the function."
17061706
)
17071707
return response
17081708

0 commit comments

Comments
 (0)