From 3b524cf247ba1a7051735c81a65d61eb178f6ba7 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Mon, 23 Jun 2014 19:19:09 +0200 Subject: [PATCH 1/1] freedns.afraid.com: Read accidently removed exeption. These lines accidently have been dropped while fixing a merge conflict. --- src/ddns/providers.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ddns/providers.py b/src/ddns/providers.py index 383d799..99da4bf 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -427,6 +427,9 @@ class DDNSProviderFreeDNSAfraidOrg(DDNSProvider): elif "is an invalid IP address" in output: raise DDNSRequestError(_("Invalid IP address has been sent.")) + # If we got here, some other update error happened. + raise DDNSUpdateError + class DDNSProviderLightningWireLabs(DDNSProvider): handle = "dns.lightningwirelabs.com" -- 2.39.2