Undefined name: errlog = ''

This commit is contained in:
Christian Clauss 2020-01-20 14:55:42 +01:00 committed by GitHub
parent 8c08c67aa8
commit 4e26b9d4e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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