Changeset 3579

Show
Ignore:
Timestamp:
10/29/07 14:16:49 (9 months ago)
Author:
paj
Message:

Fix ticket #1595

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/CHANGELOG.txt

    r3577 r3579  
    1212    * Introduction of tg.mochikit_suppress to prevent the inclusion of  
    1313      the shipped MochiKit 1.3.1. That allows to include custom mochikit versions. 
     14 
     15*Fixes* 
     16    * Ticket #1595. Fixed broken quickstart change. 
    1417 
    15181.0.4b2 (October, 27, 2007): 
  • branches/1.0/turbogears/command/quickstart.py

    r3554 r3579  
    211211        if not self.dry_run: 
    212212            os.chdir(self.name) 
    213             sodir = '%s/sqlobject-history' % self.nam
     213            sodir = '%s/sqlobject-history' % self.packag
    214214            if self.sqlobject and not os.path.exists(sodir): 
    215215                os.mkdir(sodir)