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',