From 0955713cd6061ca30f65434f231e1461a8e3c447 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 20 Jan 2020 14:58:03 +0100 Subject: [PATCH] Undefined name: errlog = '' --- dedrm_src/scriptinterface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dedrm_src/scriptinterface.py b/dedrm_src/scriptinterface.py index 6154a2a..8cadade 100644 --- a/dedrm_src/scriptinterface.py +++ b/dedrm_src/scriptinterface.py @@ -142,6 +142,7 @@ def decryptpdb(infile, outdir, rscpath): def decryptk4mobi(infile, outdir, rscpath): + errlog = '' rv = 1 pidnums = [] pidspath = os.path.join(rscpath,'pidlist.txt')