diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-10-29 17:07:16 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-10-29 17:07:16 +0000 |
commit | bb7c2ad43aad7fd05bd2e3997b75ff75e3d7e820 (patch) | |
tree | 30a4b0e5e0756716f28984d611476e455fe864a5 /datamaps | |
parent | 7ce6704a0c0ad717263dcf03ff006d38ac5aa1a6 (diff) |
removed breakpoint
Diffstat (limited to 'datamaps')
-rw-r--r-- | datamaps/main.py | 1 |
1 files changed, 0 insertions, 1 deletions
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: |