[Python-modules-commits] [jupyter-notebook] 03/14: Nodejs binary and import names
Gordon Ball
chronitis-guest at moszumanska.debian.org
Sun Nov 12 20:26:14 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 204e0f880e1c4c1301baea38152ecc32c3b065cf
Author: Gordon Ball <gordon at chronitis.net>
Date: Mon Oct 24 14:38:07 2016 +0200
Nodejs binary and import names
* Binary node -> nodejs
---
setupbase.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setupbase.py b/setupbase.py
index 9dc7c60..e52e1e3 100644
--- a/setupbase.py
+++ b/setupbase.py
@@ -498,7 +498,7 @@ class CompileJS(Command):
log.info("%s up to date" % target)
return
log.info("Rebuilding %s" % target)
- run(['node', 'tools/build-main.js', name])
+ run(['nodejs', 'tools/build-main.js', name])
def run(self):
self.run_command('jsdeps')
--
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