Undefined name: errlog = ''
This commit is contained in:
parent
8c08c67aa8
commit
4e26b9d4e7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue