Skip to content

Commit 839cd56

Browse files
committed
fix a little syntax err after conflict merge
1 parent f35cd26 commit 839cd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index_generator/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def generate_once(template_dir, root, files, name, if_print):
6464
})
6565
html = template.render(ig={
6666
'root': '/'+root.lstrip('.*/'),
67-
'files': filelist
67+
'files': filelist,
6868
'generator': {
6969
'name': APP_NAME,
7070
'version': APP_VERSION,

0 commit comments

Comments
 (0)