remove mistaken error message
This commit is contained in:
parent
e68484500f
commit
c50fa7a932
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue