diff --git a/plasmid/source/core-plugins/eln-lims/1/compatibility/genotype.py b/plasmid/source/core-plugins/eln-lims/1/compatibility/genotype.py index 8fab8f46f1e0cee6f1aa2744fd89e7518915b1e7..d0baae9768da64529150b6553798adb3117b7297 100644 --- a/plasmid/source/core-plugins/eln-lims/1/compatibility/genotype.py +++ b/plasmid/source/core-plugins/eln-lims/1/compatibility/genotype.py @@ -56,7 +56,7 @@ def getAnnotationsForParent(parent, child): annotationValue = "" annotation = "\"" + str(annotationValue) + "\"" return str(relationshipValue) + " " + str(annotation) - return None + return "No Annotations Found" def getAnnotationFromPermId(annotations, permId, key): dom = xml.dom.minidom.parseString(annotations)