Skip to content

Commit

Permalink
Missed
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailBurdukov committed Sep 12, 2024
1 parent b84a664 commit 1814d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch_backup/logic/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def restore(
if metadata_cleaner:
replicated_databases = [
database
for [_, database] in databases_to_restore.items()
for database in databases_to_restore.values()
if database.is_replicated_db_engine()
]
metadata_cleaner.clean_database_metadata(replicated_databases)
Expand Down

0 comments on commit 1814d0a

Please sign in to comment.