Skip to content

Commit e8ecaea

Browse files
authored
More better pathiness
1 parent e1d1087 commit e8ecaea

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(os.path.join(os.path.abspath(os.curdir),"_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)