2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 23:48:24 +00:00

[fix] path

This commit is contained in:
Rushabh Mehta 2017-05-10 14:30:54 +05:30
parent eeab0e8d25
commit 2f03e9f838

View File

@ -1,4 +1,4 @@
import subprocess
def execute():
def execute(bench_path):
subprocess.check_output(['npm', 'install', 'socket.io'])