From a022bdf92f50d0c02cf8d996805bb15efe9b0350 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Tue, 28 Jan 2025 18:28:52 -0600 Subject: [PATCH] bug fix: etl & logger --- transport/iowrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])