22889 #4

Merged
fabio.sinibaldi merged 8 commits from 22889 into master 2023-03-28 12:35:25 +02:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 306c6723b8 - Show all commits

View File

@ -35,8 +35,7 @@ public class TransformerManager {
else return new Translator(m);
}
}
throw new ConfigurationException("No specific mapping for the catalogue item has been configured. "
+ "By continuing with the upload some metadata might not be upload to Zenodo.");
return new Translator();
}