Skip to content

Commit b2e252c

Browse files
committed
Add error_handling page
1 parent 4ff8f14 commit b2e252c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import sys
66

77
from app.codeblocks import get_func_body
8-
from app.pages import first_steps, first_projects, variables, classes
8+
from app.pages import first_steps, first_projects, variables, classes, error_handling
99
from app.qa import CodeblocksTester, BuildTestFailure
1010

1111

@@ -14,6 +14,7 @@
1414
first_projects,
1515
variables,
1616
classes,
17+
error_handling,
1718
)
1819

1920
OUTPUT_DIR = "dist"

0 commit comments

Comments
 (0)