aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask/base')
-rw-r--r--wqflask/base/trait.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/wqflask/base/trait.py b/wqflask/base/trait.py
index ee5dda38..11b28c5c 100644
--- a/wqflask/base/trait.py
+++ b/wqflask/base/trait.py
@@ -204,6 +204,9 @@ class GeneralTrait:
"""
+ if self.chr == "Un":
+ return 'Not available'
+
if self.chr and self.mb:
self.location = 'Chr %s @ %s Mb' % (self.chr, self.mb)
elif self.chr: