We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869e9cc commit f825169Copy full SHA for f825169
doc/conf.py
@@ -16,8 +16,7 @@
16
import os
17
18
if "ZEPHYR_BASE" not in os.environ:
19
- sys.stderr.write("$ZEPHYR_BASE environment variable undefined.\n")
20
- exit(1)
+ sys.exit("$ZEPHYR_BASE environment variable undefined.")
21
ZEPHYR_BASE = os.environ["ZEPHYR_BASE"]
22
23
# Add the 'extensions' directory to sys.path, to enable finding Sphinx
0 commit comments