Skip to content

Commit

Permalink
Fix minor PEP8 violation in edd_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dwlehman committed Nov 6, 2015
1 parent 3474979 commit 758a08e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/devicelibs_test/edd_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 758a08e

Please sign in to comment.