mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-11 13:10:57 +00:00
Missing parentheses
This commit is contained in:
parent
7f1af4c9e3
commit
3c441d0774
@ -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…
Reference in New Issue
Block a user