From 063023c69a7cbf8825dd2abced7213eab3c1de3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 27 Sep 2016 12:16:32 +0200 Subject: [PATCH] PEP8 --- pillar/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar/cli.py b/pillar/cli.py index 3f686ad9..bf43de11 100644 --- a/pillar/cli.py +++ b/pillar/cli.py @@ -368,7 +368,7 @@ def check_cdnsun(): fdocs = files_collection.find({'backend': 'cdnsun'}) for idx, fdoc in enumerate(fdocs): if idx % 100 == 0: - print('Handling file %i/~1800' % (idx+1)) + print('Handling file %i/~1800' % (idx + 1)) variations = fdoc.get('variations', ()) resp = s.head(fdoc['link'])