Commit c50fa7a9 authored by AUTOMATIC's avatar AUTOMATIC

remove mistaken error message

parent e6848450
......@@ -160,8 +160,8 @@ class InterrogateModels:
except Exception:
print(f"Error interrogating", file=sys.stderr)
print(traceback.format_exc(), file=sys.stderr)
res += "<error>"
self.unload()
res += "<error>"
return res
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment