Skip to content
Snippets Groups Projects
Commit 9c187ce2 authored by felmer's avatar felmer
Browse files

bug fixed: property type 'NAME' had to be changed to ''

parent ac8b52b4
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ def process(transaction):
dataSet = transaction.createNewDataSet();
if name is not None:
dataSet.setPropertyValue("NAME", name); #Set name if found
dataSet.setPropertyValue("$NAME", name); #Set name if found
# Set sample or experiment
if sample is not 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