rss2email: don't create directories for files in the current directory.
authorW. Trevor King <wking@tremily.us>
Thu, 18 Oct 2012 12:41:09 +0000 (08:41 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 18 Oct 2012 12:41:09 +0000 (08:41 -0400)
commit10efb729ee9963f42af65259bc61aa8a682cc648
tree8a30cda1053c73b0c88cbbb7ed84026215c932ec
parent484248063c5dbb143cbc89dd29ade02571d0c3c5
rss2email: don't create directories for files in the current directory.

This avoids:

  $ ./rss2email.py -d feeds.dat new
  ...
  OSError: [Errno 2] No such file or directory: ''
rss2email.py