Changes between Initial Version and Version 4 of Ticket #1372


Ignore:
Timestamp:
Jul 29, 2014, 5:31:10 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1372

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
    • Property Summary changed from crashes if there are non-project directories or other files in directory containing projects to [PATCH] crashes if there are non-project directories or other files in directory containing projects
  • Ticket #1372 – Description

    initial v4  
    11the error is something like this:
    22
    3 
     3{{{
    44Traceback (most recent call last):
    55  File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 387, in dispatch_request
     
    2020    fd = open(os.path.join(self.path, 'VERSION'), 'r')
    2121IOError: [Errno 2] No such file or directory: '/home/mmm/VERSION'
     22}}}