ref 11720: DataMiner - Update to StorageHUB
https://support.d4science.org/issues/11720 Updated to StorageHub git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@174119 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
22f09bab23
commit
59529b7d84
|
@ -504,8 +504,8 @@ public class AlgorithmGenerator {
|
|||
logger.debug("Project Folder Name: "+projectFolderName);
|
||||
logger.debug("MainCodePath: " + mainCodePath);
|
||||
|
||||
String relativePath = project.getProjectFolder().getFolder().getName()
|
||||
+ mainCodePath.substring(projectPath.length());
|
||||
//project.getProjectFolder().getFolder().getName()
|
||||
String relativePath = mainCodePath.substring(projectPath.length());
|
||||
logger.debug("RelativePath:" + relativePath);
|
||||
return relativePath;
|
||||
|
||||
|
|
Loading…
Reference in New Issue