On 04/24/2014 03:32 AM, Diogo Vieira wrote: > On Apr 24, 2014, at 4:23 AM, Nikolaus Rath <[email protected]> wrote: > >> Hi Diogo, >> >> Let's keep the discussion the list please. > > Sorry, I just replied to the email (didn't notice it was sent just to you). > Isn't there an option to set the Reply-To in the mailing list?
There is, but it's not a good idea to do that. http://woozle.org/~neale/papers/reply-to-still-harmful.html http://www.unicom.com/pw/reply-to-harmful.html > I don't know how could I forget to try that. It clearly shows where's the > problem: > > Traceback (most recent call last): > File "<string>", line 1, in <module> > File "/usr/lib64/python3.3/site-packages/s3ql/backends/eds.py", line > 12, in <module> > from .common import (AbstractBackend, NoSuchObject, retry, > retry_generator, ImportError: cannot import name is_temp_network_error > > With a quick look through the source code I believe you moved > is_temp_network_error to the dugong package right? Should I just change the > import from common to dugong? Depends on what you use the method for. If I remember correctly (unfortunately you still haven't provided the source of your custom backend) you are using 'requests' to communicate with the backend server. I don't know if requests raises the same exceptions, or maybe even retries automatically on its own. In that case the version from dugong may not work so well (because it is designed to handle the exceptions that may be raised by dugong). Best, -Nikolaus -- GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F »Time flies like an arrow, fruit flies like a Banana.« -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
