From f4664257250371bba7cf0c330a43b95570323bef Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 17 Sep 2018 19:40:08 -0700 Subject: Minor cleanup --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks.py') diff --git a/tasks.py b/tasks.py index 50b75762..3d2fdf65 100644 --- a/tasks.py +++ b/tasks.py @@ -40,7 +40,7 @@ def test( # running headless? Probably? if color: opts += " --color=yes" - opts += " --capture={0}".format(capture) + opts += " --capture={}".format(capture) if "-m" not in opts and not include_slow: opts += " -m 'not slow'" if k is not None and not ("-k" in opts if opts else False): -- cgit v1.2.3