minor stylistic change

This commit is contained in:
benton 2021-09-11 22:29:22 -05:00
parent 094fac4d9f
commit 0fc3a838d4

View file

@ -62,7 +62,7 @@ def handle_acsm(acsm_path):
run([
decryption_command,
str(args.adobe_dir.joinpath('activation.xml')),
str(args.adobe_dir / 'activation.xml'),
str(args.drm_file),
str(args.epub_file)
])