summaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/gentoolkit/equery/check.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/gentoolkit/equery/check.py b/pym/gentoolkit/equery/check.py
index 7e580b1..2ef881c 100644
--- a/pym/gentoolkit/equery/check.py
+++ b/pym/gentoolkit/equery/check.py
@@ -144,6 +144,7 @@ class VerifyContents:
obj_errs.append(err % locals())
return obj_errs
except Exception as ex:
+ assert ex # to silence unused variable ex
err = "Problem checking %(cfile)s: %(ex)s"
obj_errs.append(err % locals())
return obj_errs