Synopsis - Issue Tracker

Bug68 Editing

Title Synopsis/FileTree.py incorrectly assumes POSIX filenames
Created on 2005-04-27.00:29:57 by admin, last changed 2005-05-15.00:04:37 by stefan.
assigned to stefan priority high
type crash severity critical
components HTML formatter platform Windows
status closed resolution fixed
depends on superseded by
Add Comment:
File
CC List:? admin, stefan

Messages
Author: admin Date: 2005-04-27.00:29:57
FileTree.__add_dir(path) checks for '/'
while splitting 'path', which obviously doesn't
work on windows, thus resulting in a recursion.

Replace that by a proper check for 'is root dir'.
Author: stefan Date: 2005-05-15.00:04:37
Fixed in the repository.
History
Date User Action Args
2005-04-27 00:29:58admincreate
2005-05-15 00:04:38stefansetstatus: open
resolution: (no value)
messages: + msg426