bug fix: etl & logger

v2.4
Steve Nyemba 2 months ago
parent 93537095a4
commit a022bdf92f

@ -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])

Loading…
Cancel
Save