mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
Rebase fixes
This commit is contained in:
parent
ff2e317fff
commit
ec3cd18387
2
IPython/html/fabfile.py
vendored
2
IPython/html/fabfile.py
vendored
@ -34,7 +34,7 @@ def _compile_less(source, target, minify=True, verbose=False):
|
||||
|
||||
# pin less to 1.4
|
||||
try:
|
||||
out = check_output(['lessc', '--version'])
|
||||
out = check_output(['lessc', '--version'])
|
||||
except OSError as err:
|
||||
raise ValueError("Unable to find lessc. Please install lessc >= %s and < %s " \
|
||||
% (min_less_version, max_less_version))
|
||||
|
Loading…
Reference in New Issue
Block a user