Mercurial > hg > MPIWGWeb
changeset 23:3825a9e17409
remove old decode.
author | casties |
---|---|
date | Mon, 08 Apr 2013 20:47:39 +0200 |
parents | 5ed0b0c21fe5 |
children | 6a4996805505 |
files | MPIWGRoot.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MPIWGRoot.py Mon Apr 08 20:28:29 2013 +0200 +++ b/MPIWGRoot.py Mon Apr 08 20:47:39 2013 +0200 @@ -292,7 +292,8 @@ def replaceNotEmpty(self,format,field): """replace not empty""" if field and (not field.lstrip()==''): - return self.decode(format%field) + return format%field + #return self.decode(format%field) else: return ""