Unverified Commit a045cbd6 authored by Dobatymo's avatar Dobatymo Committed by GitHub
Browse files

only a stupid typo, but it can lead to confusion (#17930)

parent 49c8c67f
...@@ -54,7 +54,7 @@ def is_wandb_available(): ...@@ -54,7 +54,7 @@ def is_wandb_available():
# any value of WANDB_DISABLED disables wandb # any value of WANDB_DISABLED disables wandb
if os.getenv("WANDB_DISABLED", "").upper() in ENV_VARS_TRUE_VALUES: if os.getenv("WANDB_DISABLED", "").upper() in ENV_VARS_TRUE_VALUES:
logger.warning( logger.warning(
"Using the `WAND_DISABLED` environment variable is deprecated and will be removed in v5. Use the " "Using the `WANDB_DISABLED` environment variable is deprecated and will be removed in v5. Use the "
"--report_to flag to control the integrations used for logging result (for instance --report_to none)." "--report_to flag to control the integrations used for logging result (for instance --report_to none)."
) )
return False return False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment