aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2019-09-27 17:02:29 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2019-09-27 17:02:29 +0100
commitb46ed51ee8a96a1834e95f27d380501040befb82 (patch)
tree10c00a0e1a969abaf798074f06ef7745a29db542
parente4bdb9817024bbcca367c4f1a6e18ac567bf349b (diff)
removed old ref to bcompiler.
-rw-r--r--datamaps/main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/datamaps/main.py b/datamaps/main.py
index fef0892..10037e7 100644
--- a/datamaps/main.py
+++ b/datamaps/main.py
@@ -27,7 +27,7 @@ from engine.adapters import cli as engine_cli
from engine.config import Config as engine_config
from engine.use_cases.parsing import MalFormedCSVHeaderException
-logger = colorlog.getLogger("bcompiler")
+logger = colorlog.getLogger("datamaps")
logger.setLevel(logging.INFO)
# we want to pass echo func down to bcompiler-engine
@@ -52,7 +52,7 @@ pass_config = click.make_pass_decorator(Config, ensure=True)
@pass_config
def cli(config, verbose):
"""
- bcompiler is a tool for moving data to and from spreadsheets. See web site, etc.
+ datamaps is a tool for moving data to and from spreadsheets. See web site, etc.
"""
config.verbose = verbose