Re: images in posts
| Newsgroups | gmane.comp.web.pyblosxom.user |
|---|---|
| Message-ID | <[email protected]> |
> What wasn't working? Can you be more specific about what you fixed? In > other places in the code-base the way we handle what I think you're doing > in the patch is to supply a defaultfunc: > > defaultfunc=lambda: x:x > > Which will return the input if nothing in the chain handles the args. hmm. the problem is that the function was returning None in FileEntry.__populateBasicMetadata, and then the line:: mtime = argdict["mtime"][8] barfs. hope that helps. Sean