ref 11720: DataMiner - Update to StorageHUB

https://support.d4science.org/issues/11720

Revert back to the previous solution the problem was due to HomeLibrary

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@174133 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2018-11-13 14:39:41 +00:00
parent 59529b7d84
commit 293ef88721
1 changed files with 2 additions and 2 deletions

View File

@ -504,8 +504,8 @@ public class AlgorithmGenerator {
logger.debug("Project Folder Name: "+projectFolderName);
logger.debug("MainCodePath: " + mainCodePath);
//project.getProjectFolder().getFolder().getName()
String relativePath = mainCodePath.substring(projectPath.length());
String relativePath = project.getProjectFolder().getFolder().getName()
+ mainCodePath.substring(projectPath.length());
logger.debug("RelativePath:" + relativePath);
return relativePath;