minor stylistic change
This commit is contained in:
parent
094fac4d9f
commit
0fc3a838d4
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ def handle_acsm(acsm_path):
|
||||||
|
|
||||||
run([
|
run([
|
||||||
decryption_command,
|
decryption_command,
|
||||||
str(args.adobe_dir.joinpath('activation.xml')),
|
str(args.adobe_dir / 'activation.xml'),
|
||||||
str(args.drm_file),
|
str(args.drm_file),
|
||||||
str(args.epub_file)
|
str(args.epub_file)
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in a new issue