From cfca015efe93bce190d3b1f0089dce1f8c0cc103 Mon Sep 17 00:00:00 2001 From: Daoud Clarke Date: Mon, 18 Jul 2022 22:36:37 +0100 Subject: [PATCH] Enough preprocessing --- mwmbl/background.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mwmbl/background.py b/mwmbl/background.py index 515f774..5feb064 100644 --- a/mwmbl/background.py +++ b/mwmbl/background.py @@ -19,10 +19,10 @@ def run(index_path: str): # retrieve_batches() # except Exception: # logger.exception("Error retrieving batches") - try: - run_preprocessing(index_path) - except Exception: - logger.exception("Error preprocessing") + # try: + # run_preprocessing(index_path) + # except Exception: + # logger.exception("Error preprocessing") try: run_update(index_path) except Exception: