mirror of
https://github.com/noDRM/DeDRM_tools
synced 2024-12-26 21:59:01 +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):
|
||||
errlog = ''
|
||||
outname = os.path.splitext(os.path.basename(infile))[0] + ".pmlz"
|
||||
outpath = os.path.join(outdir, outname)
|
||||
rv = 1
|
||||
|
|
Loading…
Reference in a new issue