[Checkins] SVN: zc.mirrorcheeseshopslashsimple/trunk/src/zc/mirrorcheeseshopslashsimple.py Got a reference wrong.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Oct 5 21:46:31 EDT 2007


Log message for revision 80681:
  Got a reference wrong.
  

Changed:
  U   zc.mirrorcheeseshopslashsimple/trunk/src/zc/mirrorcheeseshopslashsimple.py

-=-
Modified: zc.mirrorcheeseshopslashsimple/trunk/src/zc/mirrorcheeseshopslashsimple.py
===================================================================
--- zc.mirrorcheeseshopslashsimple/trunk/src/zc/mirrorcheeseshopslashsimple.py	2007-10-06 01:44:33 UTC (rev 80680)
+++ zc.mirrorcheeseshopslashsimple/trunk/src/zc/mirrorcheeseshopslashsimple.py	2007-10-06 01:46:31 UTC (rev 80681)
@@ -192,7 +192,7 @@
         }
 
     # Write a new buildout.cfg file
-    buildoutcfg_path = os.path.join(dest, 'buildout.cfg')
+    buildoutcfg_path = os.path.join(cfg_dir, 'buildout.cfg')
     templ_path = os.path.join(os.path.dirname(__file__), 'buildout.cfg.in')
     open(buildoutcfg_path, 'w').write(
         open(templ_path, 'r').read() %data)



More information about the Checkins mailing list