Skip to content
Snippets Groups Projects
Commit 996e4bd5 authored by Robert Bossy's avatar Robert Bossy
Browse files

fixed tab in EPPO name

parent dac1fc8f
No related branches found
No related tags found
No related merge requests found
......@@ -589,7 +589,7 @@ class EPPOParser:
@staticmethod
def _read_xmlfull_name(source, taxon, xname):
nid = int(xname.attrib['id'])
fullname = xname.findtext('./fullname')
fullname = xname.findtext('./fullname').replace('\t', ' ')
lang = xname.findtext('./lang')
authority = xname.findtext('./authority')
if lang == 'la':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment