Skip to content

Commit 4611bc9

Browse files
fix template arg in recursive run
1 parent d553e4f commit 4611bc9

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
@@ -122,7 +122,7 @@ def generate_recursively(theme, path, name, if_print, max_depth=0, base='/', hum
122122
print('files: {}'.format(files))
123123
print('-----------------------------------------')
124124

125-
generate_once(theme, root, dirs + files, name, if_print, base=base, human=human)
125+
generate_once(theme, root, dirs + files, name, if_print, base=base, human=human, template=template)
126126

127127

128128
if __name__ == '__main__':

0 commit comments

Comments
 (0)