summaryrefslogtreecommitdiff
path: root/Pivot.py
diff options
context:
space:
mode:
Diffstat (limited to 'Pivot.py')
-rw-r--r--Pivot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pivot.py b/Pivot.py
index 28cea92..fe865cd 100644
--- a/Pivot.py
+++ b/Pivot.py
@@ -214,7 +214,7 @@ class Database(Backend.Database):
# Note that we don't access 'tags' unless attributes requested
if any_attrs:
- attrs["hasSubordinates"].append(tags and "FALSE" or "TRUE")
+ attrs["hasSubordinates"].append(tags and "TRUE" or "FALSE")
return (self.suffix, attrs)