From 1d45926122a28c3866130339ea12752ef2b80232 Mon Sep 17 00:00:00 2001 From: kevgliss Date: Sat, 19 Sep 2015 10:24:56 -0700 Subject: [PATCH] fixing typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1c630ee2..72508dae 100644 --- a/setup.py +++ b/setup.py @@ -120,7 +120,7 @@ class BuildStatic(Command): log.info("running [gulp package]") check_output([os.path.join(ROOT, 'node_modules', '.bin', 'gulp'), 'package'], cwd=ROOT) except Exception as e: - log.warning("Unable to build static content") + log.warn("Unable to build static content") setup( name='lemur',