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
public StatisticalType getOutput() {
File outfile = new File(processOutput);
File outfile = new File(config.getPersistencePath(),processOutput);
LinkedHashMap<String, StatisticalType> outputmap = new LinkedHashMap<String, StatisticalType>();
if (outfile.exists())