Merge "Fix IPAConnectionError string formatting"

This commit is contained in:
Zuul 2019-09-09 17:28:45 +00:00 committed by Gerrit Code Review
commit f32dd28f2e
1 changed files with 1 additions and 1 deletions

View File

@ -156,4 +156,4 @@ class NotificationVersionMismatch(JoinException):
class IPAConnectionError(JoinException):
message = "Unable to connect to IPA after %(tries) tries"
message = "Unable to connect to IPA after %(tries)s tries"