# HG changeset patch # User casties # Date 1365446859 -7200 # Node ID 3825a9e1740965ac728dc6d3931a07ea099ceaa1 # Parent 5ed0b0c21fe59a3082493c404718a10fadcd3033 remove old decode. diff -r 5ed0b0c21fe5 -r 3825a9e17409 MPIWGRoot.py --- 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 ""