Skip to content

Commit

Permalink
SectionExecutorTest: Remove EOL backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
Makman2 committed May 15, 2015
1 parent 0359c55 commit 79fde8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coalib/tests/processes/SectionExecutorTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ def setUp(self):
self.testcode_c_path = os.path.join(os.path.dirname(config_path),
"testcode.c")

self.sections, self.local_bears, self.global_bears, targets \
= SectionManager().run(["--config", config_path])[0:4]
self.sections, self.local_bears, self.global_bears, targets = (
SectionManager().run(["--config", config_path])[0:4])
self.assertEqual(len(self.local_bears["default"]), 1)
self.assertEqual(len(self.global_bears["default"]), 1)
self.assertEqual(targets, [])
Expand Down

0 comments on commit 79fde8b

Please sign in to comment.