We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0832d84 commit 6544366Copy full SHA for 6544366
src/main/java/edu/kit/datamanager/ro_crate/context/RoCrateMetadataContext.java
@@ -165,7 +165,7 @@ public void addToContextFromUrl(String url) {
165
jsonNode = objectMapper.readValue(response.getEntity().getContent(),
166
JsonNode.class);
167
} catch (IOException e) {
168
- System.err.println("Cannot get context from this url.");
+ System.err.println(String.format("Cannot get context from url %s", url));
169
return;
170
}
171
if (url.equals(DEFAULT_CONTEXT)) {
0 commit comments