diff --git a/transport/iowrapper.py b/transport/iowrapper.py index be8944a..88224f9 100644 --- a/transport/iowrapper.py +++ b/transport/iowrapper.py @@ -285,7 +285,7 @@ class IETL(BaseIO) : writer.write(_data,schema=_schema) - except Exception as e: + except Exception as e: _action = 'post-error' _input['error'] = str(e) print ([e])