Changeset 1652 for pykota/trunk/bin
- Timestamp:
- 07/27/04 23:50:29 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkhint
r1606 r1652 24 24 # 25 25 # $Log$ 26 # Revision 1.16 2004/07/27 21:50:29 jalet 27 # Small fix for %(port)s thanks to rpinheiro 28 # 26 29 # Revision 1.15 2004/07/20 22:19:45 jalet 27 30 # Sanitized a bit + use of gettext … … 218 221 pass 219 222 else : 220 return command 223 if port is None : 224 return command 225 else : 226 return command.replace("%(port)s", str(port)) 221 227 222 228 def main(self, args, options) :