diff options
Diffstat (limited to 'ssh.py')
-rw-r--r-- | ssh.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ class ProxyManager: | |||
165 | # Check to see whether we already think that the master is running; if | 165 | # Check to see whether we already think that the master is running; if |
166 | # we think it's already running, return right away. | 166 | # we think it's already running, return right away. |
167 | if port is not None: | 167 | if port is not None: |
168 | key = "%s:%s" % (host, port) | 168 | key = f"{host}:{port}" |
169 | else: | 169 | else: |
170 | key = host | 170 | key = host |
171 | 171 | ||