Skip to content

Commit 8fe1eab

Browse files
authored
Update sphinx_autobuild/build.py
1 parent 1d138ef commit 8fe1eab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sphinx_autobuild/build.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,4 @@ def _run_commands(self, commands, log_context):
8585
)
8686
traceback.print_exception(e)
8787
return e.returncode
88-
else:
89-
return 0
88+
return 0

0 commit comments

Comments
 (0)