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

SSDM-983 : PAPER - Annotations on Batch Import

SVN: 32826
parent 023c5303
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ def updateFromBatchInput(bindings):
for annotableSampleType in getAllAnnotableSampleTypesForType(annotableType):
annotatedSamples = bindings.get(annotableSampleType)
if annotatedSamples != None and annotatedSamples != "":
for sampleLine in annotatedSamples.splitlines():
for sampleLine in annotatedSamples.split("\""):
foundIdentifier = False
propertyTypes = getPropertyTypesForSampleTypeFromAnnotableType(annotableSampleType, annotableType)
sampleLink = None
......
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