git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineSmartExecutor@115665 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
af4b42664a
commit
158a74a70d
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue