From 3fcec57492b9383535b1bc5960ba9e3d40d1e030 Mon Sep 17 00:00:00 2001 From: Miguel Sozinho Ramalho <19508417+msramalho@users.noreply.github.com> Date: Mon, 10 Mar 2025 17:17:59 +0000 Subject: [PATCH] minor string fix --- src/auto_archiver/modules/local_storage/local_storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auto_archiver/modules/local_storage/local_storage.py b/src/auto_archiver/modules/local_storage/local_storage.py index 6f1e217..2b1a101 100644 --- a/src/auto_archiver/modules/local_storage/local_storage.py +++ b/src/auto_archiver/modules/local_storage/local_storage.py @@ -13,7 +13,7 @@ class LocalStorage(Storage): def setup(self) -> None: if len(self.save_to) > 200: - raise SetupError(f"Your save_to path is long, this will cause issues saving files on your computer. Please use a shorter path") + raise SetupError(f"Your save_to path is too long, this will cause issues saving files on your computer. Please use a shorter path.") def get_cdn_url(self, media: Media) -> str: dest = media.key