no message
This commit is contained in:
parent
c6d37806c8
commit
39d709f41d
|
@ -2186,7 +2186,9 @@ public class DataManagementPlanManager {
|
|||
doiModel = new Doi().fromDataModel(doiEntity);
|
||||
|
||||
}
|
||||
Files.deleteIfExists(supportingFilesZip.toPath());
|
||||
if(supportingFilesZip != null) {
|
||||
Files.deleteIfExists(supportingFilesZip.toPath());
|
||||
}
|
||||
Files.deleteIfExists(file.getFile().toPath());
|
||||
|
||||
return doiModel;
|
||||
|
|
Loading…
Reference in New Issue