forked from ungleich-public/cdist
pep8
This commit is contained in:
parent
2beb55be54
commit
a20b7167cd
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue