Merge branch 'master' of bitbucket.org:enreda/back-latienda

This commit is contained in:
Sam
2021-02-26 14:01:19 +00:00
2 changed files with 2 additions and 2 deletions

View File

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