summaryrefslogtreecommitdiff
path: root/solter.py
diff options
context:
space:
mode:
Diffstat (limited to 'solter.py')
-rw-r--r--solter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/solter.py b/solter.py
index c7a22dd..c224ae6 100644
--- a/solter.py
+++ b/solter.py
@@ -76,7 +76,7 @@ def main(args):
logging.debug("Executing: %s", pprint.pformat(cmd))
- subprocess.run(cmd)
+ subprocess.run(cmd, check=True)
if __name__ == "__main__":