From 64526b27922053d608147b2ce896b42ee9e5c2dc Mon Sep 17 00:00:00 2001 From: zsloan Date: Fri, 10 Apr 2015 19:08:18 +0000 Subject: Added git large file system (the .gitattributes files) and fixed an issue where rat trait pages wouldn't work --- wqflask/base/trait.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wqflask/base/trait.py') diff --git a/wqflask/base/trait.py b/wqflask/base/trait.py index 58bed865..f3648b80 100755 --- a/wqflask/base/trait.py +++ b/wqflask/base/trait.py @@ -549,6 +549,9 @@ class GeneralTrait(object): if self.alias: alias = string.replace(self.alias, ";", " ") alias = string.join(string.split(alias), ", ") + else: + alias = 'Not available' + return alias -- cgit v1.2.3