Mercurial > libervia-backend
diff src/tools/memory.py @ 276:a00e87d48213
bridge, bridge constructor: fixed mix stuff
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 30 Jan 2011 22:54:58 +0100 |
parents | 11f71187d5e4 |
children | 6a0c6d8e119d |
line wrap: on
line diff
--- a/src/tools/memory.py Tue Jan 25 16:39:27 2011 +0100 +++ b/src/tools/memory.py Sun Jan 30 22:54:58 2011 +0100 @@ -244,7 +244,7 @@ profile = self.getProfileName(profile_key) if not profile: error(_('Requesting a param for an non-existant profile')) - return None + return "" if attr == "value": return self.__getParam(profile, category, name) or node[1].getAttribute(attr)