Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-menon committed Nov 22, 2024
1 parent bcd2b9e commit 44f64dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alteza/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit 44f64dc

Please sign in to comment.