tsantos commited on
Commit
1b6edd2
·
1 Parent(s): 14f2d8b

Update pipeline.py

Browse files
Files changed (1) hide show
  1. 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