Fix Python syntax error: add a comma

Discovered by flake8 running in our GitHub Action
pull/1255/head
Christian Clauss 4 years ago committed by GitHub
parent 109261bdc0
commit 08bdacf476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -516,7 +516,7 @@ def decryptBook(infile, outpath, make_pmlz, user_key):
# remove temporary directory
shutil.rmtree(outdir, True)
print("Output is {0}".format(pmlzname))
else
else:
print("Output is in {0}".format(outdir))
print("done")
except ValueError as e:

Loading…
Cancel
Save