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.
2 parents b02d60d + 68e3231 commit 1302661Copy full SHA for 1302661
sassc.py
@@ -12,4 +12,4 @@ def main(*args, **kwargs):
12
13
14
if __name__ == '__main__':
15
- exit(main())
+ raise SystemExit(main())
0 commit comments