Skip to content

Commit bdd2079

Browse files
author
Clark Perkins
committed
Back ported a bug from master
1 parent 960c926 commit bdd2079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackdio/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def __init__(self, url=None, username=None, password=None, verify=True, cfg_file
6666

6767
if self.version and (self.version[0] != 0 or self.version[1] != 7):
6868
raise IncompatibleVersionException('Server version {0}.{1}.{2} not '
69-
'supported.'.format(**self.version))
69+
'supported.'.format(*self.version))
7070

7171
@property
7272
def url(self):

0 commit comments

Comments
 (0)