Fix exception setter

This method had a typo.

Change-Id: I49b745387626f664235998de52d4c58927149b4d
This commit is contained in:
James E. Blair 2017-05-18 17:19:46 -07:00
parent d76e998959
commit bf8d96cb77
1 changed files with 1 additions and 1 deletions

View File

@ -2291,7 +2291,7 @@ class Job(BaseJob):
@exception.setter
def exception(self, value):
self._data = value
self._exception = value
class TextJobArguments(object):