falcon-start clean fails

Bug #258995 reported by Stephen
2
Affects Status Importance Assigned to Milestone
Falcon
New
Undecided
Unassigned

Bug Description

when I run a falcon-start clean on 2.0.5 it would sometimes fail. Somehow the file was in the db but not in the file system. Probably an underlying issue there but all I worked around it:

falcon@soundwave:~$ diff /usr/lib/python2.4/site-packages/falcon/pocket.py.old /usr/lib/python2.4/site-packages/falcon/pocket.py
455c455,457
< os.unlink(file)
---
> #added checking to see if it exists before removing it
> if(os.path.isfile(file)):
> os.unlink(file)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.