Spelling miss

This commit is contained in:
Fredrik81 2020-03-08 23:00:21 +01:00
parent 4ad93ed6bb
commit cb419614cd
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ class Hyperopt:
if not results:
return
# Verification for owerwrite
# Verification for overwrite
if not overwrite and path.isfile(csv_file):
logging.error("CSV-File already exists and no overwrite specified!")
return