Skip to content
Snippets Groups Projects
Commit 7d6291c6 authored by juanf's avatar juanf
Browse files

SSDM-1801 : Delete space that should not be there.

SVN: 33991
parent d66cb2e1
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ def calculate(): ...@@ -36,7 +36,7 @@ def calculate():
if isFirst: if isFirst:
isFirst = False isFirst = False
else: else:
genotypeResult = genotypeResult + "\n " genotypeResult = genotypeResult + "\n"
#Add the code #Add the code
genotypeResult = genotypeResult + parent.code() + " " + str(getAnnotationsForParent(parent, child)) #TO-DO Change entity by the child of the parent for each iteration genotypeResult = genotypeResult + parent.code() + " " + str(getAnnotationsForParent(parent, child)) #TO-DO Change entity by the child of the parent for each iteration
sampleCodesInGenotype[parent.code()] = True sampleCodesInGenotype[parent.code()] = True
......
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