Skip to content

Commit

Permalink
Make --url required, in absence of a config
Browse files Browse the repository at this point in the history
  • Loading branch information
gmertes committed Jul 16, 2024
1 parent b3ae738 commit 290e48f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/anemoi/training/commands/mlflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def add_arguments(self, command_parser):
login.add_argument(
"--url",
help="The URL of the authentication server",
required=True, # TODO: once we have a config file, make this optional and load default value from the config
)
login.add_argument(
"--force-credentials",
Expand Down

0 comments on commit 290e48f

Please sign in to comment.