Guest User

Untitled

a guest
Jan 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. def _dispatch_result(self, mapping, parsed):
  2. func = getattr(self.client, "result_render", None)
  3. if func:
  4. func({at[0]: data}, **self.kw)
  5.  
  6. try:
  7. self._save_result(mapping, parsed)
  8. except ValueError, e:
  9. self.fail(exception.CommandError())
Add Comment
Please, Sign In to add comment