Fix typo in error message in NetcatTester

Change-Id: Ie00901b1dab6c0c5ad4ec0f0c437426afc60396e
This commit is contained in:
Jakub Libosvar 2015-09-14 09:19:14 +00:00
parent 710ab239e4
commit 691fae47a4
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ class NetcatTester(object):
def establish_connection(self):
if self._client_process:
raise RuntimeError('%(proto)s connection to $(ip_addr)s is already'
raise RuntimeError('%(proto)s connection to %(ip_addr)s is already'
' established' %
{'proto': self.protocol,
'ip_addr': self.address})