mirror of
https://github.com/OpenSPG/openspg.git
synced 2025-09-15 11:37:22 +00:00
bugfix
This commit is contained in:
parent
bb1927b7ba
commit
f92c5c46ea
@ -140,7 +140,11 @@ public class LocalBuilderMain {
|
||||
if (response.isSuccess()) {
|
||||
return response.getData();
|
||||
}
|
||||
throw new PipelineConfigException("");
|
||||
throw new PipelineConfigException(
|
||||
"get schema error={}, schemaUrl={}, projectId={}",
|
||||
response.getErrorMsg(),
|
||||
schemaUrl,
|
||||
projectId);
|
||||
}
|
||||
|
||||
private static Map<SPGTypeIdentifier, ConceptList> getConceptLists(
|
||||
|
Loading…
x
Reference in New Issue
Block a user