typo: definied -> defined
This commit is contained in:
parent
6496a6125f
commit
b5d74eec16
9 changed files with 12 additions and 12 deletions
|
@ -81,7 +81,7 @@ def merge(merged_path):
|
|||
if config.coffeescript_compiler is None:
|
||||
config.coffeescript_compiler = findCoffeescriptCompiler()
|
||||
if not config.coffeescript_compiler:
|
||||
logging.error("No coffeescript compiler definied, skipping compiling %s" % merged_path)
|
||||
logging.error("No coffeescript compiler defined, skipping compiling %s" % merged_path)
|
||||
return False # No coffeescript compiler, skip this file
|
||||
|
||||
# Replace / with os separators and escape it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue