Skip to content

Commit bd5c6aa

Browse files
author
dorionc
committed
1 parent 449be82 commit bd5c6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_modules/plearn/parallel/dispatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def listAvailableMachines(cls):
452452
def getLaunchCommand(self):
453453
# Get the first available machine
454454
self.host = self.nextAvailableMachine()
455-
assert self.host == 'host', self.host
455+
#assert self.host == 'host', self.host
456456
return ' '.join(self.argv)
457457

458458
def getLogFileBaseName(self):

0 commit comments

Comments
 (0)