Package: rss2email
Version: 3.12.1-1
Distribution: Debian Testing x86-64

Upgraded rss2email this morning and now rss2email has the following error:

Traceback (most recent call last):
  File "/usr/bin/r2e", line 5, in <module>
    rss2email.main.run()
  File "/usr/lib/python3/dist-packages/rss2email/main.py", line 186, in run
    args.func(feeds=feeds, args=args)
  File "/usr/lib/python3/dist-packages/rss2email/command.py", line 46, in
new
    feeds.save()
  File "/usr/lib/python3/dist-packages/rss2email/feeds.py", line 350, in
save
    self._save_feeds()
  File "/usr/lib/python3/dist-packages/rss2email/feeds.py", line 365, in
_save_feeds
    self.datafile.close()  # release the lock
AttributeError: 'NoneType' object has no attribute 'close'

Reply via email to