aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/interrogate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/interrogate.py b/modules/interrogate.py
index 1579c042..06862fcc 100644
--- a/modules/interrogate.py
+++ b/modules/interrogate.py
@@ -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