minor fix, function 'main' assigns to var 'success'
This commit is contained in:
parent
23e07c376a
commit
461a8587ad
@ -58,7 +58,7 @@ def main():
|
||||
if __name__ == "__main__":
|
||||
success = False
|
||||
try:
|
||||
main()
|
||||
success = main()
|
||||
except FileNotFoundError:
|
||||
traceback.print_exc()
|
||||
print("\n\t The script probably didn't find the page templates needed to generate a page. You can copy minimal working examples from the repository at templates/.")
|
||||
|
Loading…
Reference in New Issue
Block a user