Skip to content

Commit 0044365

Browse files
committed
Exit fatally if submodule is not present
1 parent c26bca0 commit 0044365

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
'try the following command', file=sys.stderr)
3030
print(' git submodule update --init', file=sys.stderr)
3131
print(file=sys.stderr)
32+
exit(1)
3233

3334
sources = ['pysass.cpp']
3435
headers = []

0 commit comments

Comments
 (0)