summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-07-14 15:14:54 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-07-14 15:14:54 +0200
commit89a264abd2e5a5437bb1c5e5d02664f60e355bae (patch)
treebf62f170817f72b8057dfd57129dbd3d93d7a6b2 /plugins
parenta42a5734a0023f2da45f78347f75c2d72364f7b3 (diff)
downloadfirstaidkit-89a264abd2e5a5437bb1c5e5d02664f60e355bae.tar.gz
firstaidkit-89a264abd2e5a5437bb1c5e5d02664f60e355bae.tar.xz
firstaidkit-89a264abd2e5a5437bb1c5e5d02664f60e355bae.zip
The Backup system does not like real objects.
We should really implement a backup object that know who is calling and sets the unique id.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/xserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xserver.py b/plugins/xserver.py
index 6713cac..bee251f 100644
--- a/plugins/xserver.py
+++ b/plugins/xserver.py
@@ -58,7 +58,7 @@ class Xserver(Plugin):
# Arbitrary test display
self.display = ":10"
self.confPath = "/etc/X11/xorg.conf"
- self.backupSpace = self._backups.getBackup(self)
+ self.backupSpace = self._backups.getBackup(str(self))
self._issue = SimpleIssue(self.name, "X server didn't start")
def prepare(self):