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.
2 parents f31098b + 6b6d0b6 commit 3995d19Copy full SHA for 3995d19
optuna_dashboard/_cli.py
@@ -134,7 +134,6 @@ def main() -> None:
134
args.port = cli_config.get("port", args.port)
135
args.host = cli_config.get("host", args.host)
136
args.server = cli_config.get("server", args.server)
137
- args.artifact_dir = cli_config.get("artifact_dir", args.artifact_dir)
138
else:
139
config = {}
140
0 commit comments