Cython: taxonomy: improved logging

This commit is contained in:
mercierc
2021-08-05 11:29:20 +12:00
parent 89168271ef
commit 88c8463ed7

View File

@ -93,6 +93,8 @@ cdef class Taxonomy(OBIWrapper) :
raise RuntimeError("Error : Cannot read taxonomy %s" raise RuntimeError("Error : Cannot read taxonomy %s"
% tostr(name)) % tostr(name))
print("Taxonomy read", file=sys.stderr)
taxo = OBIWrapper.new_wrapper(Taxonomy, pointer) taxo = OBIWrapper.new_wrapper(Taxonomy, pointer)
dms.register(taxo) dms.register(taxo)