From d4160316fbe38e8d3d425ed05a35d6b19b654274 Mon Sep 17 00:00:00 2001 From: pablogg Date: Fri, 26 Feb 2021 14:41:08 +0100 Subject: [PATCH] fix ipdb --- core/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/utils.py b/core/utils.py index b4c1c8e..68e31ad 100644 --- a/core/utils.py +++ b/core/utils.py @@ -195,7 +195,7 @@ def coop_loader(csv_reader, request=None): logging.info(f"Created User: {coop_user}") user_counter += 1 except Exception as e: - import ipdb; ipdb.set_trace() + #import ipdb; ipdb.set_trace() logging.error(f"Could not parse {row}") return coop_counter, user_counter