@ -139,9 +139,10 @@ class ArgumentSet(object):
try:
return typ(ctx, value)
except Exception as e:
exc = e
continue
raise e
raise exc
def append(self, arg):
"""