Re: Comments on pyblosxom
Joseph Reagle <[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.user |
|---|---|
| Organization | MIT |
| Message-ID | <[email protected]> |
On Wednesday 06 August 2003 14:46, will wrote: > That's a bit of a cheesy thing. What's going on is your data dir ends in > a /. So it takes off one extra character. My datadir is set to have the "/" # Where are this blog's entries kept? py['datadir'] = "/home/reagle/data/2web/reagle.org/joseph/weblog/" and the truncation isn't need as mem[len(root)+0 = 48 which includes the closing "/" ...?