Merge pull request #7827 from rzhb/patch-2

Update data-analysis.md
This commit is contained in:
Matthias 2022-11-30 06:45:27 +01:00 committed by GitHub
commit 915524a161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()):