remove mistaken error message

This commit is contained in:
AUTOMATIC 2022-09-12 12:26:37 +03:00
parent e68484500f
commit c50fa7a932

View File

@ -160,8 +160,8 @@ class InterrogateModels:
except Exception: except Exception:
print(f"Error interrogating", file=sys.stderr) print(f"Error interrogating", file=sys.stderr)
print(traceback.format_exc(), file=sys.stderr) print(traceback.format_exc(), file=sys.stderr)
res += "<error>"
self.unload() self.unload()
res += "<error>"
return res return res