#1096 (interim?) fix by testing isfile() before the remove()

svn: r9411
This commit is contained in:
James G Sack
2007-11-26 10:21:18 +00:00
parent 63a3f8479b
commit f6b5ac971e
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-11-26 Jim Sack <jgsack@san.rr.com>
* src/plugins/ReadPkg.py : #1096 add isfile() before remove()
Note: this may be part a larger "relative path" problem
2007-11-25 Jim Sack <jgsack@san.rr.com>
* src/Utils.py : add get_empty_tempdir() and rm_tempdir()
* src/ArgHandler.py : use get_empty_tempdir, etc