Guest User

Untitled

a guest
Jan 19th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. # git diff
  2. diff --git a/participant.py b/participant.py
  3. index 630df06..89f33c0 100644
  4. --- a/participant.py
  5. +++ b/participant.py
  6. @@ -84,7 +84,7 @@ class Participant(object):
  7. # And this should be the 'standardised' way of passing
  8. # errors back via a workitem
  9. # wi.set_error(e)
  10. - self.workitem.Exception = "%s" % e
  11. + self.workitem.error = "%s" % e
  12. self.workitem.result = False
  13.  
  14. if not self.workitem.forget:
Add Comment
Please, Sign In to add comment