Convert port into string (so that .join works)

This commit is contained in:
YuviPanda
2016-03-31 10:31:47 -07:00
parent 68a750fc7a
commit 6932719e4e

View File

@@ -884,7 +884,7 @@ class JupyterHub(Application):
if self.statsd_host:
cmd.extend([
'--statsd-host', self.statsd_host,
'--statsd-port', self.statsd_port,
'--statsd-port', str(self.statsd_port),
'--statsd-prefix', self.statsd_prefix + '.chp'
])
# Require SSL to be used or `--no-ssl` to confirm no SSL on