Skip to content

Commit

Permalink
Refer to correct location of variable (#4994)
Browse files Browse the repository at this point in the history
It moved in #4881
  • Loading branch information
illicitonion authored and Stu Hood committed Oct 18, 2017
1 parent ef28af7 commit 024627f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/jvm/tasks/coverage/cobertura.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def report(self, execution_failed_exception=None):
return
if execution_failed_exception:
self._context.log.warn('Test failed: {0}'.format(execution_failed_exception))
if self._coverage_force:
if self._settings.coverage_force:
self._context.log.warn('Generating report even though tests failed.')
else:
return
Expand Down

0 comments on commit 024627f

Please sign in to comment.