summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/dep.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/portage/dep.py b/pym/portage/dep.py
index bcfe63c45..c17602117 100644
--- a/pym/portage/dep.py
+++ b/pym/portage/dep.py
@@ -566,7 +566,8 @@ class Atom(object):
return -1
def __setattr__(self, name, value):
- raise AttributeError("Atom instances are immutable")
+ raise AttributeError("Atom instances are immutable",
+ self.__class__, name, value)
def get_operator(mydep):
"""