mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
lint fix
This commit is contained in:
parent
0b53288f4a
commit
9f9e5c7c26
@ -155,7 +155,7 @@ class SaltRaetRoadStackJoiner(ioflo.base.deeding.Deed):
|
||||
'''
|
||||
stack = self.stack.value
|
||||
if stack and isinstance(stack, RoadStack):
|
||||
stack.join(mha=self.mha, timeout=0.0) #go forever
|
||||
stack.join(mha=self.mha, timeout=0.0)
|
||||
|
||||
|
||||
class SaltRaetRoadStackJoined(ioflo.base.deeding.Deed):
|
||||
|
Loading…
Reference in New Issue
Block a user