From: Christian Clauss Date: Sun, 27 Sep 2020 22:39:57 +0000 (+0200) Subject: Fix Python syntax error: add a comma X-Git-Url: http://git.xmof.duckdns.org/?a=commitdiff_plain;h=08bdacf476dab2ff2e2ed1eefda109cbf42954a3;p=DeDRM.git Fix Python syntax error: add a comma Discovered by flake8 running in our GitHub Action --- diff --git a/DeDRM_plugin/erdr2pml.py b/DeDRM_plugin/erdr2pml.py index 401fecc..bd3eeff 100644 --- a/DeDRM_plugin/erdr2pml.py +++ b/DeDRM_plugin/erdr2pml.py @@ -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: