Skip to content

Commit

Permalink
apply review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rifqiyan committed Apr 2, 2024
1 parent b89a91a commit 16d9813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axolotl/utils/vessl_.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ def setup_vessl_env_vars(cfg: DictDefault):
# VESSL_RUN_INITIAL_CONFIG is a variable that contain path to
# default credential inside a VESSL Run
credential_path = os.environ.get("VESSL_RUN_INITIAL_CONFIG")
if credential_path:
if credential_path and not cfg.vessl_credential_path:
cfg.vessl_credential_path = credential_path

0 comments on commit 16d9813

Please sign in to comment.