Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji38kwmt committed Jan 30, 2024
1 parent 5d64b3f commit 69d01b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annoworkapi/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def build(
return build_from_env(endpoint_url=endpoint_url)
except CredentialsNotFoundError:
try:
return build_from_netrc(endpoint_url)
return build_from_netrc(endpoint_url=endpoint_url)
except CredentialsNotFoundError as e:
raise CredentialsNotFoundError("環境変数または`.netrc`ファイルにAnnowork認証情報はありませんでした。") from e
else:
Expand Down

0 comments on commit 69d01b7

Please sign in to comment.