Skip to content

Commit 1444d22

Browse files
committed
Lint.
1 parent 14593f4 commit 1444d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chia/data_layer/data_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ async def migrate_db(self, server_files_location: Path) -> None:
464464
synced_generations += 1
465465
log.info(
466466
f"Successfully recovered root from {filename}. "
467-
f"Total roots processed: {(synced_generations/total_generations*100):.2f}%"
467+
f"Total roots processed: {(synced_generations / total_generations * 100):.2f}%"
468468
)
469469
except Exception as e:
470470
log.error(f"Cannot recover data from {filename}: {e}")

0 commit comments

Comments
 (0)