Update data-analysis.md

fix typo in code
This commit is contained in:
rzhb 2022-11-30 12:28:21 +08:00 committed by GitHub
parent 3c322bf7df
commit 10a45474e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ from pathlib import Path
project_root = "somedir/freqtrade"
i=0
try:
os.chdirdir(project_root)
os.chdir(project_root)
assert Path('LICENSE').is_file()
except:
while i<4 and (not Path('LICENSE').is_file()):