Removed overwrite option

This commit is contained in:
Fredrik81
2020-03-09 18:53:30 +01:00
parent cb419614cd
commit 2f5fc731bb
5 changed files with 14 additions and 19 deletions

View File

@@ -905,7 +905,7 @@ def test_hyperopt_list(mocker, capsys, hyperopt_results):
args = [
"hyperopt-list",
"--no-details",
"--export-csv", "+test_file.csv"
"--export-csv", "test_file.csv"
]
pargs = get_args(args)
pargs['config'] = None