We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26bca0 commit 0044365Copy full SHA for 0044365
setup.py
@@ -29,6 +29,7 @@
29
'try the following command', file=sys.stderr)
30
print(' git submodule update --init', file=sys.stderr)
31
print(file=sys.stderr)
32
+ exit(1)
33
34
sources = ['pysass.cpp']
35
headers = []
0 commit comments