Missing parentheses

This commit is contained in:
asdfagag 2020-08-31 16:09:30 -04:00
parent 7f1af4c9e3
commit 3c441d0774

View File

@ -104,7 +104,7 @@ for outputFormat in args.format:
+ generalOptions + latexOptions
# print(out of the chapters being built and the flags being used
print("Generating {0} from:".format(bookPath)
print("Generating {0} from:".format(bookPath))
for chapter in inputOptions:
print("\t{0}".format(chapter))
print("Using the following flags:")