feat: provide error messages for import failed custom node.
This commit is contained in:
@@ -125,7 +125,7 @@ async def get_data(uri, silent=False):
|
||||
json_obj = json.loads(json_text)
|
||||
|
||||
if not silent:
|
||||
logging.info(" [DONE]")
|
||||
print(" [DONE]")
|
||||
|
||||
return json_obj
|
||||
|
||||
|
||||
Reference in New Issue
Block a user