diff --git a/core/management/commands/add_promo_logo.py b/core/management/commands/add_promo_logo.py index 6bb343fc..1fc7de4b 100644 --- a/core/management/commands/add_promo_logo.py +++ b/core/management/commands/add_promo_logo.py @@ -16,12 +16,12 @@ class Command(BaseCommand): self.stdout.write("input file does not exist.") return - dest_path = pathlib.Path( + dest_path = ( pathlib.Path(apps.get_app_config("core").path) / "static" / "core" / "img" - / f"promo_{number}.png" + / "promo_{number}.png" ) if dest_path.exists() and not force: