From 44f64dcd1151db4a2991c974490ff8cec4bb37dd Mon Sep 17 00:00:00 2001 From: "Arjun G. Menon" Date: Thu, 21 Nov 2024 22:02:13 -0500 Subject: [PATCH] Minor --- alteza/engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alteza/engine.py b/alteza/engine.py index 0e7f0b0..a156ea9 100644 --- a/alteza/engine.py +++ b/alteza/engine.py @@ -479,7 +479,7 @@ def makeSiteWithExceptionHandling(self) -> None: self.makeSite() except (AltezaException, PypageError) as e: logging.exception(e) - print("\nSite build failed due to Alteza or Pypape error.") + print("\nSite build failed due to Alteza or PyPage error.") except Exception as e: logging.exception(e) print("\nSite build failed.")