mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Spelling miss
This commit is contained in:
parent
4ad93ed6bb
commit
cb419614cd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user