From a79f09b95c179bb88d978f163ef4478557633b97 Mon Sep 17 00:00:00 2001 From: JoeLametta Date: Mon, 8 Feb 2016 00:10:09 +0100 Subject: [PATCH] Fix logger string spacing Just a missing space... --- morituri/result/logger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morituri/result/logger.py b/morituri/result/logger.py index f3ce8c8..6c51872 100644 --- a/morituri/result/logger.py +++ b/morituri/result/logger.py @@ -119,7 +119,7 @@ class MorituriLogger(result.Logger): elif self._accuratelyRipped < nonHTOA: lines.append(" %d track(s) accurately ripped" % self._accuratelyRipped) - lines.append(" %d track(s) could not be verified as" + lines.append(" %d track(s) could not be verified as " "accurate" % (nonHTOA - self._accuratelyRipped)) lines.append("") lines.append(" Some tracks could not be verified as accurate")