Skip to content

Commit 97fd564

Browse files
STAR-1589: Fix typos in bootstrap_test.py (#62)
1 parent 0e4aaec commit 97fd564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ def test_decommissioned_wiped_node_can_gossip_to_single_seed(self):
694694
node2.stop(wait_other_notice=False)
695695

696696
# Wipe its data
697-
self_cleanup(node2)
697+
self._cleanup(node2)
698698

699699
# Now start it, it should be allowed to join
700700
mark = node2.mark_log()
@@ -938,7 +938,7 @@ def _cleanup(self, node):
938938
shutil.rmtree(commitlog_dir)
939939
metadata_dir = os.path.join(node.get_path(), 'metadata')
940940
if os.path.exists(metadata_dir):
941-
debug("Deleting {}".format(metadata_dir))
941+
logger.debug("Deleting {}".format(metadata_dir))
942942
shutil.rmtree(metadata_dir)
943943

944944

0 commit comments

Comments
 (0)