From 0d9604b987d933c291573c1ba597fe4b7fc1a4b4 Mon Sep 17 00:00:00 2001 From: "brian m. carlson" Date: Sun, 15 Nov 2015 16:24:14 +0000 Subject: [PATCH] filemanip: don't break line before binary operator. Signed-off-by: brian m. carlson --- lib/newfol/filemanip.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/newfol/filemanip.py b/lib/newfol/filemanip.py index 2c64cd6..e345c29 100644 --- a/lib/newfol/filemanip.py +++ b/lib/newfol/filemanip.py @@ -249,8 +249,9 @@ class HashHook(Hook): line) except (IOError, FileNotFoundError): if not self._options["forgiving"]: - raise newfol.exception.UpgradeNeededError("dtb is missing" - + " checksum") + raise newfol.exception.UpgradeNeededError("dtb is " + + "missing " + + "checksum") def commit_close(self): if "w" in self._mode: