Skip to content

Commit 28f1107

Browse files
committed
Fix typo
1 parent 4ee7280 commit 28f1107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/neos/kestrel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def setup_connection(self):
149149
result = self.neos.ping()
150150
logger.info("OK.")
151151
except (socket.error, xmlrpclib.ProtocolError,
152-
six.moves.http_clientBadStatusLine):
152+
six.moves.http_client.BadStatusLine):
153153
e = sys.exc_info()[1]
154154
self.neos = None
155155
logger.info("Fail.")

0 commit comments

Comments
 (0)