snkarnam / adns-python

Automatically exported from code.google.com/p/adns-python
0 stars 0 forks source link

RemoteConfigError never thrown by adns.exception #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
>>> import adns
>>> adns.exception(100)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
adns.QueryError: (100, 'Inconsistent resource records in DNS')

What is the expected output? What do you see instead?
There is nothing wrong with the query, it should return a RemoteConfigError.

What version of the product are you using? On what operating system?
1.2.1 on Fedora Linux x86_64, but will happen on any OS.

Please provide any additional information below.
It's just a missing break statement in the C module.

No, Andy, I'm not stalking you.  

Original issue reported on code.google.com by vanderb...@gmail.com on 30 Jul 2009 at 12:17

Attachments: