aboutsummaryrefslogtreecommitdiffstats
path: root/python/task_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/task_runner.py')
-rw-r--r--python/task_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/task_runner.py b/python/task_runner.py
index 3c8ca247..66820890 100644
--- a/python/task_runner.py
+++ b/python/task_runner.py
@@ -3,6 +3,7 @@ import logging
from systemd.daemon import notify
from db import dbconn
from common import get_redis_queue
+from subprocess import CalledProcessError
from tasks import Rpc
def run():