diff --git a/scripts/allmaps.py b/scripts/allmaps.py index b820402..b184cd1 100644 --- a/scripts/allmaps.py +++ b/scripts/allmaps.py @@ -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/.")