Skip to content

Commit e86e91a

Browse files
committed
Call to check-port instead of start-server
1 parent 7f8a381 commit e86e91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def default_tools():
3131

3232
def create_server():
3333
port = subprocess.check_output([os.path.abspath(
34-
os.path.dirname(__file__)) + "/scripts/start-server.sh"])
34+
os.path.dirname(__file__)) + "/scripts/check-port.sh"])
3535
server_proc = subprocess.Popen(["bokeh", "serve", "--port", str(port[:-1]),
3636
"--allow-websocket-origin=*",
3737
os.path.abspath(os.path.dirname(

0 commit comments

Comments
 (0)