View Single Post
Posts: 78 | Thanked: 57 times | Joined on Jul 2007
#374
But this is on my old N810. Anyone want to send me an N900 ?
I was right, it is the .part file name.
Very quickly hacking out the .part filename:
Code:
 return filename                                                                                                                                                                
 #+ u'.part'
and commenting out the rename
Code:
#self.try_rename(tmpfilename, filename)
Fixes it completely (based on the last 10 seconds of testing). Now sleep.

-John