Merge pull request #318 from alexmaf/parentheses

Missing parentheses
pull/319/head
Patricio Gonzalez Vivo 4 years ago committed by GitHub
commit a4ba14f6cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:")

Loading…
Cancel
Save