Reverting a change that broke reparent.py.

This commit is contained in:
Alain Jobart 2014-08-22 11:36:19 -07:00
Родитель 0216afc87f
Коммит 3a56889f22
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -402,7 +402,7 @@ class Tablet(object):
# wait for query service to be in the right state
if wait_for_state:
self.wait_for_vttablet_state(wait_for_state)
self.wait_for_vttablet_state(wait_for_state, port=port)
return self.proc