wking / rss2email

open-source tool for Windows, Mac OS and UNIX for getting news from RSS feeds in email
http://pypi.python.org/pypi/rss2email/
GNU General Public License v2.0
268 stars 48 forks source link

fix FileExistsError while saving updated files #106

Closed lamyseba closed 5 years ago

lamyseba commented 6 years ago

Running on windows, I had FileExistsError that made fail the program. Using "replace" instead of "rename" for file updating from tmpfile solved the problem

Ekleog commented 5 years ago

@lamyseba This has been merged in https://github.com/rss2email/rss2email/ (following maintainership changes), care to close this PR? :)