This commit is contained in:
Miriam Baglioni 2020-06-22 17:31:50 +02:00
parent afa19b0c84
commit e4b21be004
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ public class ZenodoUploadTest {
// System.out.println(client.upload(bis, community)); // System.out.println(client.upload(bis, community));
File f = new File("/tmp/" + community_name); File f = new File("/tmp/" + community_name);
client.upload(f, community_name); System.out.println(client.upload(f, community_name));
if (f.exists()) { if (f.exists()) {
f.delete(); f.delete();