mirror of
https://github.com/noDRM/DeDRM_tools
synced 2024-12-27 21:59:11 +01:00
Undefined name: errlog = ''
This commit is contained in:
parent
8c08c67aa8
commit
4e26b9d4e7
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ def decryptpdf(infile, outdir, rscpath):
|
||||||
|
|
||||||
|
|
||||||
def decryptpdb(infile, outdir, rscpath):
|
def decryptpdb(infile, outdir, rscpath):
|
||||||
|
errlog = ''
|
||||||
outname = os.path.splitext(os.path.basename(infile))[0] + ".pmlz"
|
outname = os.path.splitext(os.path.basename(infile))[0] + ".pmlz"
|
||||||
outpath = os.path.join(outdir, outname)
|
outpath = os.path.join(outdir, outname)
|
||||||
rv = 1
|
rv = 1
|
||||||
|
|
Loading…
Reference in a new issue