Merge "Remove no longer used '_was_failure' static method"

This commit is contained in:
Jenkins
2015-07-27 18:59:37 +00:00
committed by Gerrit Code Review

View File

@@ -527,11 +527,6 @@ class AtomDetail(object):
self.meta = {}
self.version = None
@staticmethod
def _was_failure(state, result):
# Internal helper method...
return state == states.FAILURE and isinstance(result, ft.Failure)
@property
def last_results(self):
"""Gets the atoms last result.