diff --git a/tren.py b/tren.py index 79aa72d..b9fb94b 100755 --- a/tren.py +++ b/tren.py @@ -9,7 +9,7 @@ BASENAME = PROGNAME.split(".py")[0] PROGENV = BASENAME.upper() INCLENV = PROGENV + "INCL" -RCSID = "$Id: tren.py,v 1.220 2010/08/10 14:36:25 tundra Exp $" +RCSID = "$Id: tren.py,v 1.221 2010/08/12 02:58:08 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information @@ -379,7 +379,7 @@ iFORCEDNOBKU = "Forced renaming WITHOUT backups in effect!!! %s is overwriting %s." iRENFORCED = "Target '%s' exists. Creating backup." iRENSKIPPED = "Target '%s' exists. Renaming '%s' skipped." -iRENAMING = "Renaming '%s' " + ARROW + " '%s'." +iRENAMING = "Renaming '%s' " + ARROW + " '%s'" iSEQTOOLONG = "Sequence number %s, longer than format string %s, Rolling over!"