mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-27 22:42:34 +01:00
test: Avoid F541 (f-string without any placeholders)
This commit is contained in:
@@ -157,7 +157,7 @@ class WalletBackupTest(BitcoinTestFramework):
|
||||
node.pruneblockchain(250)
|
||||
# The backup should be updated with the latest height (locator) for
|
||||
# the backup to load successfully this close to the prune height
|
||||
node.restorewallet(f'pruned', node.datadir_path / 'wallet_pruned.bak')
|
||||
node.restorewallet('pruned', node.datadir_path / 'wallet_pruned.bak')
|
||||
|
||||
def run_test(self):
|
||||
self.log.info("Generating initial blockchain")
|
||||
|
||||
Reference in New Issue
Block a user