We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b993462 commit d553e4fCopy full SHA for d553e4f
index_generator/__main__.py
@@ -57,7 +57,7 @@ def app(args):
57
template=os.path.abspath(args.template) if args.template else '')
58
else:
59
generate_recursively(args.theme, args.path, args.name, args.print, args.depth, base=args.root, human=args.human,
60
- template=os.path.abspath(args.template))
+ template=os.path.abspath(args.template) if args.template else '')
61
62
63
def generate_once(theme, root, files, name, if_print, base='/', human=False, template=''):
0 commit comments