Supply port to GerritWatcher

Fix if gerrit is running on non default port

Change-Id: Ifdc29a106eb07cdf514811be3293cd97a5f80068
This commit is contained in:
Erik Dalén 2012-10-31 15:07:35 -04:00 committed by Erik Dalén
parent 15895e831e
commit 900136ec1e

@ -98,6 +98,7 @@ class Gerrit(object):
self,
self.username,
self.hostname,
port=self.port,
keyfile=self.keyfile)
self.watcher_thread.start()