diff --git a/setup.py b/setup.py index 1c630ee2c5..72508dae31 100644 --- a/setup.py +++ b/setup.py @@ -120,7 +120,7 @@ def run(self): 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',