From fc4b418283fb815a5b79e320751e781d8c4bd500 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 17 Feb 2015 09:26:07 -0600 Subject: one more pylint fix --- src/lib/Bcfg2/Client/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/Bcfg2/Client/__init__.py b/src/lib/Bcfg2/Client/__init__.py index 1240ad74a..674162572 100644 --- a/src/lib/Bcfg2/Client/__init__.py +++ b/src/lib/Bcfg2/Client/__init__.py @@ -838,8 +838,8 @@ class Client(object): mods = self.modified new_mbundles = [struct for struct in all_bundles - if any(True for mod in mods if mod in struct) - and struct not in mbundles + add_mbundles] + if any(True for mod in mods if mod in struct) and + struct not in mbundles + add_mbundles] add_mbundles.extend(new_mbundles) return add_mbundles -- cgit v1.2.3-1-g7c22