Skip to content

Commit

Permalink
[MIG] module_auto_update: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pfranck committed Jan 20, 2025
1 parent 6a3964b commit 4299694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module_auto_update/models/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ def upgrade_changed_checksum(self, overwrite_existing_translations=False):
if partial_modules:
raise IncompleteUpgradeError(
"Checksum upgrade successful "
"but incomplete for the following modules: %s"
% ",".join(partial_modules.mapped("name"))
"but incomplete for the following modules: "
f"{','.join(partial_modules.mapped('name'))}"
)

_logger.info("Checksum upgrade complete.")
Expand Down

0 comments on commit 4299694

Please sign in to comment.