Skip to content

Commit e1d1087

Browse files
authored
Pathiness
1 parent 406c763 commit e1d1087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edit_headers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def edit_headers(target_language = "en"):
3535
},
3636
}
3737

38-
lines = open("_toc.yml", "r").readlines()
38+
lines = open(os.path.join(os.path.abspath(os.curdir),"_toc.yml",) "r").readlines()
3939
newlines = []
4040
for line in lines:
4141
for caption in translation_dict.keys():

0 commit comments

Comments
 (0)