This commit is contained in:
Darko Poljak 2017-07-19 07:58:14 +02:00
parent 2beb55be54
commit a20b7167cd
1 changed files with 1 additions and 1 deletions

View File

@ -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)