8 Apr
2020
8 Apr
'20
9:11 a.m.
On 9/04/20 1:37 am, Soni L. wrote:
On 2020-04-08 10:33 a.m., Greg Ewing wrote:
try: first = next(iterator) except abdl.exceptions.ValidationError as e: validation_handler(e) except StopIteration as e: return stop_handler(e)
... I can do that today, can't I?
Yep! -- Greg