1 parent 406c763 commit e1d1087Copy full SHA for e1d1087
1 file changed
edit_headers.py
@@ -35,7 +35,7 @@ def edit_headers(target_language = "en"):
35
},
36
}
37
38
- lines = open("_toc.yml", "r").readlines()
+ lines = open(os.path.join(os.path.abspath(os.curdir),"_toc.yml",) "r").readlines()
39
newlines = []
40
for line in lines:
41
for caption in translation_dict.keys():
0 commit comments