From a20b7167cddc55abfad21d4fec1a43d50a7dd432 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Wed, 19 Jul 2017 07:58:14 +0200 Subject: [PATCH] pep8 --- cdist/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist/config.py b/cdist/config.py index fccc93a0..450fde29 100644 --- a/cdist/config.py +++ b/cdist/config.py @@ -416,7 +416,7 @@ class Config(object): for chunk in cargo: for obj in chunk: if (obj.cdist_type == cdist_object.cdist_type and - cdist_object.cdist_type.is_nonparallel): + cdist_object.cdist_type.is_nonparallel): break else: chunk.append(cdist_object)