View Single Post
Old 12-02-2015, 08:37 AM   #182
AlPe
Digital Amanuensis
AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.
 
AlPe's Avatar
 
Posts: 727
Karma: 1446357
Join Date: Dec 2011
Location: Turin, Italy
Device: Several eReaders and tablets
Quote:
It generate dicthtml file in the folder.
Good.

Quote:
it didn't delete the tmp... files in C:\...\local\Temp.
Are you using the -k flag (or --keep) ? If so, that's the expected behavior.

If you not, then that's a (Windows) bug. I cannot reproduce it in Linux.

It is quite strange, as I use the Python built-in tempfile module to create the temporary directories and files, and they are supposed to be removed automatically (EDIT for clarity: by my code) as soon as the execution ends (without errors). Are you sure that the tmp* directories you are seeing are not coming from previous executions gone bad? Just delete all of them, run penelope again, and see if a new tmp* directory persists after the execution ended.

Last edited by AlPe; 12-02-2015 at 09:29 AM.
AlPe is offline   Reply With Quote