Skip to content

Commit

Permalink
Fix and indent/whitespace mismatch in osvcd monitor thread
Browse files Browse the repository at this point in the history
Which broke interpretation by python3
  • Loading branch information
cvaroqui committed Feb 3, 2018
1 parent b6f4447 commit cb2d8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/osvcd_mon.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def run(self):
if not self.freezer.node_frozen():
self.log.info("freeze node until the cluster is complete")
self.unfreeze_when_all_nodes_joined = True
self.freezer.node_freeze()
self.freezer.node_freeze()

try:
while True:
Expand Down

0 comments on commit cb2d8dd

Please sign in to comment.