Skip to content

Commit cc75199

Browse files
ustcweizhouweizhouapache
authored andcommitted
LB: fix pylint check failure
1 parent 57e80de commit cc75199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemvm/debian/opt/cloud/bin/cs/CsLoadBalancer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def process(self):
5454
# Verify new haproxy config before haproxy restart/reload
5555
haproxy_err = self._verify_haproxy_config(HAPROXY_CONF_T)
5656
if haproxy_err:
57-
raise Exception("haproxy config is invalid with error \n%s" % haproxy_err);
57+
raise Exception("haproxy config is invalid with error \n%s" % haproxy_err)
5858

5959
CsHelper.copy(HAPROXY_CONF_T, HAPROXY_CONF_P)
6060

0 commit comments

Comments
 (0)