diff options
| author | Loïc Guégan <loic@debianus> | 2024-04-20 13:37:43 +0200 |
|---|---|---|
| committer | Loïc Guégan <loic@debianus> | 2024-04-20 13:37:43 +0200 |
| commit | 0a84f4c849e8f92858bf44a50ec3e39040ba935d (patch) | |
| tree | 2cf6c0652df6248c95437af46f8449957aeb58a5 | |
| parent | fd45b611986fdd36243099e6801b429eef75c2ca (diff) | |
| -rw-r--r-- | pnote/metadata.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
