3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

NetworkCore: use the new validate_server_conf name

This commit is contained in:
James Lu 2017-07-11 02:22:01 -07:00
parent f203abdeb0
commit 1a8dcdfa3a

View File

@ -330,7 +330,7 @@ class PyLinkNetworkCore(utils.DeprecatedAttributesObject, utils.CamelCaseToSnake
self.init_vars()
try:
self.validateServerConf()
self.validate_server_conf()
except AssertionError as e:
log.exception("(%s) Configuration error: %s", self.name, e)
raise