Closed tbrandtner closed 2 years ago
Currently Task.result is initialized with None. If one checks Task.result, but forgot to evaluate it, it will return None. I think an exception would be more useful, because this will show the users that they forgot to evaluate the Task first.
Exception has been added.
Currently Task.result is initialized with None. If one checks Task.result, but forgot to evaluate it, it will return None. I think an exception would be more useful, because this will show the users that they forgot to evaluate the Task first.