[master 2/2] Fix minor PEP8 violation in edd_test.py

dwlehman installerbot-noreply at redhat.com
Fri Nov 6 18:56:30 UTC 2015


From: David Lehman <dlehman at redhat.com>

---
 tests/devicelibs_test/edd_test.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/devicelibs_test/edd_test.py b/tests/devicelibs_test/edd_test.py
index da6c424..2dab709 100644
--- a/tests/devicelibs_test/edd_test.py
+++ b/tests/devicelibs_test/edd_test.py
@@ -54,8 +54,7 @@ def setUp(self):
         self.log_handler.setFormatter(formatter)
         edd.log.addHandler(self.log_handler)
 
-        self.td_log_handler = logging.FileHandler("%s/%s" %
-                                        (ws, "blivet-edd-testdata.log"))
+        self.td_log_handler = logging.FileHandler("%s/%s" % (ws, "blivet-edd-testdata.log"))
         self.td_log_handler.setLevel(logging.DEBUG)
         formatter = logging.Formatter("%(asctime)s %(levelname)s %(name)s: %(message)s")
         self.td_log_handler.setFormatter(formatter)


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/f5c0a92f65782a3e445199c0d1867d05da9e9dcd


More information about the anaconda-patches mailing list