Skip to content

Commit

Permalink
edd: Minor PEP8 fix
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jones <pjones@redhat.com>
  • Loading branch information
vathpela committed Nov 6, 2015
1 parent 4714781 commit b708f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/devicelibs_test/edd_test.py
Expand Up @@ -55,7 +55,7 @@ def setUp(self):
edd.log.addHandler(self.log_handler)

self.td_log_handler = logging.FileHandler("%s/%s" %
(ws, "blivet-edd-testdata.log"))
(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)
Expand Down

0 comments on commit b708f43

Please sign in to comment.