Skip to content

Commit

Permalink
Merge pull request uwdub#60 from jayfo/error
Browse files Browse the repository at this point in the history
Clarify Error Message in compile_config
  • Loading branch information
jayfo committed Jul 7, 2016
2 parents 80f3a1d + afcc2b5 commit 713d69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_compile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_compile_config(self):
self.assertEqual(
before_output_hashes[jinja2_entry['out']],
after_output_hashes[jinja2_entry['out']],
'compile_config detected a change in {}, changes should be in {}'.format(
'compile_config detected inconsistency between {} and {}'.format(
jinja2_entry['out'],
jinja2_entry['in']
)
Expand Down

0 comments on commit 713d69d

Please sign in to comment.