Skip to content

Commit 5b191c8

Browse files
committed
Appeasing the Hound.
- Fun note with pycodestyle? It helps to read the correct config file.
1 parent 1dfd6ab commit 5b191c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/easyconfigparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def test_easyconfig_constants(self):
185185
self.assertTrue(isinstance(constant_name, string_type), "Constant name %s is a string" % constant_name)
186186
val = constants[constant_name]
187187
self.assertTrue(isinstance(val, (string_type, dict, tuple)),
188-
"Constant value %s is a string, a dict or a tuple" % val)
188+
"Constant value %s is a string, a dict or a tuple" % val)
189189

190190
# check a couple of randomly picked constant values
191191
self.assertEqual(constants['SOURCE_TAR_GZ'], '%(name)s-%(version)s.tar.gz')

0 commit comments

Comments
 (0)