Gianpaolo Coro 2015-06-30 11:43:32 +00:00
parent af4b42664a
commit 158a74a70d
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ public class ICCATVPA extends ActorNode {
@Override @Override
public StatisticalType getOutput() { public StatisticalType getOutput() {
File outfile = new File(processOutput); File outfile = new File(config.getPersistencePath(),processOutput);
LinkedHashMap<String, StatisticalType> outputmap = new LinkedHashMap<String, StatisticalType>(); LinkedHashMap<String, StatisticalType> outputmap = new LinkedHashMap<String, StatisticalType>();
if (outfile.exists()) if (outfile.exists())