From: Christian Clauss Date: Mon, 20 Jan 2020 13:55:42 +0000 (+0100) Subject: Undefined name: errlog = '' X-Git-Url: http://git.xmof.duckdns.org/?a=commitdiff_plain;h=4e26b9d4e7b42c9f00d033a140199139d8b15208;p=DeDRM.git Undefined name: errlog = '' --- diff --git a/dedrm_src/scriptinterface.py b/dedrm_src/scriptinterface.py index ec86b13..6154a2a 100644 --- a/dedrm_src/scriptinterface.py +++ b/dedrm_src/scriptinterface.py @@ -114,6 +114,7 @@ def decryptpdf(infile, outdir, rscpath): def decryptpdb(infile, outdir, rscpath): + errlog = '' outname = os.path.splitext(os.path.basename(infile))[0] + ".pmlz" outpath = os.path.join(outdir, outname) rv = 1