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