From 4dc3299dc83e93c185d3c13dc720f3378b33c1fa Mon Sep 17 00:00:00 2001 From: multikatt Date: Sun, 31 May 2015 01:47:09 -0400 Subject: [PATCH] Fix E226 --- beetsplug/ipfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/ipfs.py b/beetsplug/ipfs.py index 46cd54a90..05d1e2e56 100644 --- a/beetsplug/ipfs.py +++ b/beetsplug/ipfs.py @@ -82,7 +82,7 @@ class IPFSPlugin(BeetsPlugin): for linenr, line in enumerate(all_lines): line = line.strip() - if linenr == length-1: + if linenr == length - 1: # last printed line is the album hash self._log.info("album: {0}", line) lib.ipfs = line