Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Jun 22, 2019
1 parent 6deb0da commit 3def59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knora/knora.py
Expand Up @@ -1480,7 +1480,7 @@ def process_properties(propinfo: Dict, valuestr: any):
return xmlopt, value

if self.schema["resources"].get(resclass) is None:
raise KnoraError('Resource class is not defined in ontlogy!')
raise KnoraError('Resource class is not defined in ontology!')
resnode = self.new_xml_element(self.proj_prefix + ':' + resclass, {'id': str(id)})

labelnode = self.new_xml_element('knoraXmlImport:label')
Expand Down

0 comments on commit 3def59d

Please sign in to comment.