Skip to content

Commit 6f3edb7

Browse files
committed
Fix possible bug / edge case detected by the latest version of pylint.
1 parent 94c989a commit 6f3edb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libcloud/common/worldwidedns.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def __init__(self, http_code, driver=None):
9292

9393
class ErrorOnReloadInNameServer(WorldWideDNSException):
9494
def __init__(self, server, http_code, driver=None):
95+
value, code = "unknown", "unknown"
9596
if server == 1:
9697
value = "Name server #1 kicked an error on reload, contact support"
9798
code = 411

0 commit comments

Comments
 (0)