From ba4f63898809aebbfcdeb1546ccd2b53c7f3f7c2 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 6 Sep 2013 10:38:55 -0500 Subject: Pylint/PEP8 fixes Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Server/CherrypyCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Server/CherrypyCore.py') diff --git a/src/lib/Bcfg2/Server/CherrypyCore.py b/src/lib/Bcfg2/Server/CherrypyCore.py index dbfe260f7..3cb0e291b 100644 --- a/src/lib/Bcfg2/Server/CherrypyCore.py +++ b/src/lib/Bcfg2/Server/CherrypyCore.py @@ -72,7 +72,7 @@ class CherrypyCore(NetworkCore): raise Exception("Unknown error processing XML-RPC request body") if (not self.check_acls(address[0], rpcmethod) or - not self.authenticate(cert, username, password, address)): + not self.authenticate(cert, username, password, address)): raise cherrypy.HTTPError(401) @cherrypy.expose -- cgit v1.2.3-1-g7c22