Skip to content

Commit

Permalink
GH-182 Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed May 23, 2024
1 parent e66916f commit b2fbb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestHarness/Cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ def activateInstantFinality(self, biosFinalizer=True, waitForFinalization=True,
if not self.biosNode.waitForTransFinalization(transId, timeout=21 * 12 * 3):
Utils.Print(f'ERROR: Failed to validate setfinalizer transaction {transId} got rolled into a '
f'LIB block on server port {self.biosNode.port}.')
return None, transId
return None, transId
return True, transId

def setFinalizers(self, nodes, node=None):
Expand Down

0 comments on commit b2fbb1a

Please sign in to comment.