We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2b676 commit fd43df6Copy full SHA for fd43df6
codeflash/code_utils/env_utils.py
@@ -42,6 +42,7 @@ def get_codeflash_api_key() -> str:
42
if env_api_key and not shell_api_key:
43
try:
44
from codeflash.either import is_successful
45
+
46
result = save_api_key_to_rc(env_api_key)
47
if is_successful(result):
48
logger.debug(f"Automatically saved API key from environment to shell config: {result.unwrap()}")
0 commit comments