From 7002b91b241fcb5acefb08df3a5c7c12f5158202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 30 Jun 2023 20:43:07 +0200 Subject: [PATCH] Add link on files --- scan_to_paperless/status.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scan_to_paperless/status.py b/scan_to_paperless/status.py index bfe24507..ed4c9e3c 100644 --- a/scan_to_paperless/status.py +++ b/scan_to_paperless/status.py @@ -129,6 +129,7 @@ def _update_status(self, name: str) -> None: ) if os.path.isfile(f) ] + files = [f'{f}' for f in files] self.set_status(name, -1, "Missing config", ", ".join(files)) return