From 12e80743f293b6c7e29691e5fd143ee5f55131bc Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Tue, 26 May 2015 12:17:02 +0000 Subject: [PATCH] SSDM-1950 : Genotype Property Support SVN: 34032 --- .../source/core-plugins/eln-lims/1/compatibility/genotype.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8fab8f46f1e..d0baae9768d 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) -- GitLab