]> xmof Git - DeDRM.git/commitdiff
Fix Python syntax error: add a comma
authorChristian Clauss <cclauss@me.com>
Sun, 27 Sep 2020 22:39:57 +0000 (00:39 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Sep 2020 22:39:57 +0000 (00:39 +0200)
Discovered by flake8 running in our GitHub Action

DeDRM_plugin/erdr2pml.py

index 401fecc6e8f02b5d7c232a4067affe9fe58918b8..bd3eeff960c7744b134c0ea65614e4e7c3170e62 100644 (file)
@@ -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: