Minor changes

This commit is contained in:
Loïc Guégan 2024-04-20 13:37:43 +02:00
parent fd45b61198
commit 0a84f4c849

View file

@ -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