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

Commit 31c91b9

Browse files
committed
Minor message change
1 parent b2393fb commit 31c91b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runestone/server/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def _build_ptx_book(config, gen, manifest, course, click=click):
130130
if res != 0:
131131
click.echo("Failed to build")
132132
# build the book
133-
click.echo("Building for Runestone")
133+
click.echo("Building for Runestone Academy")
134134
res = subprocess.call("pretext build runestone", shell=True)
135135
if res != 0:
136136
click.echo("Building failed")
@@ -181,6 +181,7 @@ def process_manifest(cname, mpath, click=click):
181181
raise IOError(
182182
f"You must provide a valid path to a manifest file: {mpath} does not exist."
183183
)
184+
return True
184185

185186

186187
def check_project_ptx(click=click):

0 commit comments

Comments
 (0)