Update pipeline.py
Browse files- pipeline.py +1 -0
pipeline.py
CHANGED
@@ -311,6 +311,7 @@ class Branch_Classifier(object):
|
|
311 |
|
312 |
except Exception as e:
|
313 |
logging.exception("Error occurred while formatting and cleaning data" +" Info: " + str(e))
|
|
|
314 |
exit()
|
315 |
|
316 |
return pre_processed
|
|
|
311 |
|
312 |
except Exception as e:
|
313 |
logging.exception("Error occurred while formatting and cleaning data" +" Info: " + str(e))
|
314 |
+
raise e
|
315 |
exit()
|
316 |
|
317 |
return pre_processed
|