Remove typo in change-dir notebook

closes #9916
This commit is contained in:
Matthias
2024-03-08 06:39:34 +01:00
parent cab38fb8c3
commit b690325f22
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,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()):