From d0d63b65b85202cd90a8984f4b317683ebbb6d3c Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Tue, 9 Feb 2016 10:54:24 -0800 Subject: [PATCH] lintlint --- letsencrypt/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 589a403e0..302df26cc 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -761,7 +761,7 @@ def _set_by_cli(var): if inst: detector.namespace.__setattr__("installer", inst) # more spammy than just debug - logger.log(-10, "Default Detector is %r",detector.namespace) + logger.log(-10, "Default Detector is %r", detector.namespace) try: # Is detector.var something that isn't false?