No reply with directories containing dots
Brought to you by:
gstein
I'm using edna 0.6 on a linux box with a set of
subdirectories of containing a dotted directory
(e.g. "pippo.it"). Edna does not display anything when
pointed to the main directory. I have altered the
local configuration file by modifying the minimal
number of options (just l/p and directory) and
the problem persists.
The solution is to substitute line 508 in edna.py with
if os.path.isfile(fullpath) and extensions.has_key
(ext):
orlandi <-at-> dsi <-dot-> unimi <-dot-> it