tag 644453 + squeeze moreinfo
thanks
Hello,
I cannot reproduce this bug. I have a few questions if you don't mind :
- What are the exact steps you did ? just r2e run or after r2e new
and importing a feed ?
- Can you post your configuration file (make sure to anonymize it) ?
> fcntl.flock(feedfileObject.fileno(), locktype)
This could be flock() or fileno() that triggers the exception. Can you
try to run a copy of rss2email edited in the following way :
> fn = feedfileObject.fileno()
> fcntl.flock(fn, locktype)
Thanks for this report !
--
Etienne Millon
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]