Skip to content

Commit 4fd2205

Browse files
committed
Appease the Hound (whitespace around operator ==)
1 parent ab5f29a commit 4fd2205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/easyconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1746,7 +1746,7 @@ def test_update(self):
17461746

17471747
# for dictionary values: extend, test for existence (not ordering)
17481748
ec.update('sanity_check_paths', {'key1': 'value1'})
1749-
self.assertTrue(ec['sanity_check_paths']['key1']=='value1')
1749+
self.assertTrue(ec['sanity_check_paths']['key1'] == 'value1')
17501750

17511751
def test_hide_hidden_deps(self):
17521752
"""Test use of --hide-deps on hiddendependencies."""

0 commit comments

Comments
 (0)