From 2d9cc21ddae0e8f822bf13c8a2d70e7b9e69cb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjist=C3=B3f?= Date: Mon, 30 Oct 2017 14:58:22 +0100 Subject: [PATCH] check_dependencies() now uses sys.exit() instead of exit() --- utility.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utility.py b/utility.py index 41b7894..353646a 100644 --- a/utility.py +++ b/utility.py @@ -2,6 +2,7 @@ from functools import wraps from tempfile import mkdtemp from shutil import rmtree from subprocess import check_output, CalledProcessError +from sys import exit VERBOSE = True