mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Hopefully last fix
This commit is contained in:
@@ -119,7 +119,7 @@ class Librarian(object):
|
||||
if item["UUID"] == uuid:
|
||||
print (item["UUID"])
|
||||
uuid_found = True
|
||||
self.refine_query(item)
|
||||
return self.refine_query(item)
|
||||
|
||||
if not uuid_found:
|
||||
answer = self.search_crossref(query=query, uuid=uuid)
|
||||
|
||||
Reference in New Issue
Block a user