aboutsummaryrefslogtreecommitdiffstats
path: root/gsxws/comptia.py
diff options
context:
space:
mode:
Diffstat (limited to 'gsxws/comptia.py')
-rw-r--r--gsxws/comptia.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsxws/comptia.py b/gsxws/comptia.py
index 532f2f4..5502cae 100644
--- a/gsxws/comptia.py
+++ b/gsxws/comptia.py
@@ -60,7 +60,7 @@ class CompTIA(GsxObject):
if self._cache.get():
return self._cache.get()
- root = self._req.objects[0]
+ root = self._req.objects
for el in root.findall(".//comptiaGroup"):
group = {}