From bb7c2ad43aad7fd05bd2e3997b75ff75e3d7e820 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 29 Oct 2019 17:07:16 +0000 Subject: removed breakpoint --- datamaps/main.py | 1 - 1 file changed, 1 deletion(-) (limited to 'datamaps') diff --git a/datamaps/main.py b/datamaps/main.py index 7918bd4..cb3c368 100644 --- a/datamaps/main.py +++ b/datamaps/main.py @@ -190,7 +190,6 @@ def check(): Checks for a correctly-named blank template in the input directory and a datamap file in the input directory. Checks for correct headers in datamap. """ - breakpoint() try: engine_cli.check_aux_files(engine_config) except MalFormedCSVHeaderException as e: -- cgit v1.2.3