Skip to content

Commit 4801bc6

Browse files
exit with 0
1 parent 47969c6 commit 4801bc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeflash/code_utils/env_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def get_codeflash_api_key() -> str:
4848
"For external contributors, please ensure you've added your own API key to your fork's repository secrets and set it as the CODEFLASH_API_KEY environment variable.\n"
4949
f"{api_secret_docs_message}"
5050
)
51+
exit_with_message(msg)
5152
raise OSError(msg)
5253
if not api_key.startswith("cf-"):
5354
msg = (

0 commit comments

Comments
 (0)