2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-10 09:02:10 +00:00

[Fix] Error

This commit is contained in:
shreyas 2016-08-10 15:14:42 +05:30
parent e8d3c9d72b
commit 92c097951f

View File

@ -16,7 +16,7 @@ def start(no_dev, concurrency):
def restart(web_workers): def restart(web_workers):
"Restart supervisor processes" "Restart supervisor processes"
from bench.utils import restart_supervisor_processes from bench.utils import restart_supervisor_processes
restart_supervisor_processes(web_workers) restart_supervisor_processes(bench_path='.', web_workers=web_workers)
@click.command('set-nginx-port') @click.command('set-nginx-port')