frappy-cli: support older frappy client
This commit is contained in:
@ -207,6 +207,9 @@ class FrappyManager(ServiceManager):
|
||||
nodes = self.get_nodes(ins, service)
|
||||
from frappy.client.interactive import init, interact
|
||||
init(*nodes)
|
||||
try:
|
||||
interact(appname=ins)
|
||||
except TypeError: # older frappy client
|
||||
interact()
|
||||
|
||||
@staticmethod
|
||||
|
Reference in New Issue
Block a user