Cython: taxonomy: improved logging
This commit is contained in:
@ -93,6 +93,8 @@ cdef class Taxonomy(OBIWrapper) :
|
||||
raise RuntimeError("Error : Cannot read taxonomy %s"
|
||||
% tostr(name))
|
||||
|
||||
print("Taxonomy read", file=sys.stderr)
|
||||
|
||||
taxo = OBIWrapper.new_wrapper(Taxonomy, pointer)
|
||||
|
||||
dms.register(taxo)
|
||||
|
Reference in New Issue
Block a user