[pyatspi2/mgorse: 1/7] Fix printing of a desktop exception



commit 2b75d162c96988e8a099ea825074e8849e99728a
Author: Mike Gorse <mgorse novell com>
Date:   Mon Nov 9 17:33:32 2009 -0500

    Fix printing of a desktop exception

 pyatspi/desktop.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pyatspi/desktop.py b/pyatspi/desktop.py
index 31d679f..d5ac1ad 100644
--- a/pyatspi/desktop.py
+++ b/pyatspi/desktop.py
@@ -398,7 +398,7 @@ class BaseDesktop (object):
                 else:
                                 raise NotImplementedError(
                                                 "%s not supported by accessible object at path %s"
-                                                % (interface, self._acc_path))
+                                                % (interface, self.acc_path))
 
 #------------------------------------------------------------------------------
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]