Skip to content

Commit 44231ac

Browse files
committed
bin/watch: Allow build_docs to fail
When build_docs fails, it doesn't matter. The error shows up, writer fixes the error and tries again.
1 parent a70b619 commit 44231ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/watch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ from time import sleep
77

88

99
def build_docs():
10-
subprocess.check_call("bin/build_docs")
10+
subprocess.run("bin/build_docs")
1111

1212

1313
def refresh_assets():

0 commit comments

Comments
 (0)