Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgliss committed Sep 19, 2015
1 parent 45626c9 commit 1d45926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1d45926

Please sign in to comment.