Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Docs: Fix typo. #118

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bookserver/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ async def startup():
os.makedirs(settings.error_path, exist_ok=True)
assert (
settings.runestone_path.exists()
), f"Runestone appplication in web2py path {settings.runestone_path} does not exist."
), f"Runestone application in web2py path {settings.runestone_path} does not exist."

await init_models()
init_graders()
Expand Down