[Python-modules-commits] [jupyter-notebook] 08/14: Work around https://github.com/less/less.js/pull/3002

Gordon Ball chronitis-guest at moszumanska.debian.org
Sun Nov 12 20:26:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

chronitis-guest pushed a commit to branch master
in repository jupyter-notebook.

commit 0b9536b3350ca769d8c756c595b6567ded288478
Author: Ximin Luo <infinity0 at debian.org>
Date:   Wed Dec 7 18:49:06 2016 +0100

    Work around https://github.com/less/less.js/pull/3002
---
 setupbase.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setupbase.py b/setupbase.py
index 02bbc7a..c9945f4 100644
--- a/setupbase.py
+++ b/setupbase.py
@@ -430,7 +430,7 @@ class CompileCSS(Command):
                     '--source-map', '--source-map-basepath='+os.path.dirname(__file__),
                     '--include-path=%s' % pipes.quote(static),
                     src,
-                    dst,
+                    os.path.relpath(dst, repo_root),
                 ], cwd=repo_root, env=env)
             except OSError as e:
                 print("Failed to build css: %s" % e, file=sys.stderr)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-notebook.git



More information about the Python-modules-commits mailing list