Changeset 1652

Show
Ignore:
Timestamp:
07/27/04 23:50:29 (20 years ago)
Author:
jalet
Message:

Small fix for %(port)s thanks to rpinheiro

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkhint

    r1606 r1652  
    2424# 
    2525# $Log$ 
     26# Revision 1.16  2004/07/27 21:50:29  jalet 
     27# Small fix for %(port)s thanks to rpinheiro 
     28# 
    2629# Revision 1.15  2004/07/20 22:19:45  jalet 
    2730# Sanitized a bit + use of gettext 
     
    218221                pass 
    219222            else :     
    220                 return command 
     223                if port is None : 
     224                    return command 
     225                else :     
     226                    return command.replace("%(port)s", str(port)) 
    221227         
    222228    def main(self, args, options) :