summaryrefslogtreecommitdiffstats
path: root/tools/openlmi-doc-class2uml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/openlmi-doc-class2uml')
-rw-r--r--tools/openlmi-doc-class2uml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/openlmi-doc-class2uml b/tools/openlmi-doc-class2uml
index 840ecfd..8d524f5 100644
--- a/tools/openlmi-doc-class2uml
+++ b/tools/openlmi-doc-class2uml
@@ -96,7 +96,7 @@ class UmlExporter(object):
c = self.classes.pop()
cl = self.get_class(c)
- if noassoc and cl.qualifiers.get("Association", False):
+ if noassoc and cl.qualifiers.get("Association"):
continue
if shrink and shrink.match(c):