From 0a84f4c849e8f92858bf44a50ec3e39040ba935d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Gu=C3=A9gan?= Date: Sat, 20 Apr 2024 13:37:43 +0200 Subject: [PATCH] Minor changes --- pnote/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnote/metadata.py b/pnote/metadata.py index d7d8b35..b6acbe1 100644 --- a/pnote/metadata.py +++ b/pnote/metadata.py @@ -81,7 +81,7 @@ class Metadata: if result is not None: return list(result)[0] if required: - print("Subpath not found: "+subpath) + print("Subpath not found in database: "+subpath) exit(1) return None