Minor changes
This commit is contained in:
parent
fd45b61198
commit
0a84f4c849
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class Metadata:
|
||||||
if result is not None:
|
if result is not None:
|
||||||
return list(result)[0]
|
return list(result)[0]
|
||||||
if required:
|
if required:
|
||||||
print("Subpath not found: "+subpath)
|
print("Subpath not found in database: "+subpath)
|
||||||
exit(1)
|
exit(1)
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue