Skip to content

Commit

Permalink
Bugfix: multiple step outputs not stored for PPlan
Browse files Browse the repository at this point in the history
  • Loading branch information
IKCAP committed Nov 24, 2014
1 parent ce4066e commit 9558c66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
target
!/.gitignore
portal/src/main/webapp/lib/*
bin
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ private KBAPI getKBModel() throws Exception {
fac.getDataObject(f.getLocation()));
fileObjects.put(f.getID(), varobj);
}
kb.setPropertyValue(stepobj, outvarprop, varobj);
kb.addPropertyValue(stepobj, outvarprop, varobj);
}

for(String mid : step.getMachineIds()) {
Expand Down

0 comments on commit 9558c66

Please sign in to comment.