|
@@ -354,7 +354,7 @@ class DummyClusterClient(DirectObject.DirectObject):
|
|
|
def __init__(self):
|
|
def __init__(self):
|
|
|
pass
|
|
pass
|
|
|
|
|
|
|
|
- def __call__(self, commandString, fLocally = 1, serverNum = None):
|
|
|
|
|
|
|
+ def __call__(self, commandString, fLocally = 1, serverList = None):
|
|
|
if fLocally:
|
|
if fLocally:
|
|
|
# Execute locally
|
|
# Execute locally
|
|
|
exec( commandString, __builtins__ )
|
|
exec( commandString, __builtins__ )
|