From 730179b581e0dcdaa93a4819acbeb207db6980ef Mon Sep 17 00:00:00 2001 From: Jason Kincl Date: Fri, 30 Aug 2013 14:57:32 -0400 Subject: Fix pep8 errors --- src/lib/Bcfg2/Client/Frame.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/Bcfg2/Client/Frame.py b/src/lib/Bcfg2/Client/Frame.py index 2eb41e837..ad718749e 100644 --- a/src/lib/Bcfg2/Client/Frame.py +++ b/src/lib/Bcfg2/Client/Frame.py @@ -329,12 +329,12 @@ class Frame(object): if bundle.tag != 'Bundle': continue bmodified = len([item for item in bundle - if item in self.whitelist or - item in self.modified]) + if item in self.whitelist or + item in self.modified]) actions = [a for a in bundle.findall('./Action') if (a.get('timing') != 'post' and (bmodified or a.get('when') == 'always'))] - # now we process all "pre" and "both" actions that are either + # now we process all "pre" and "both" actions that are either # always or the bundle has been modified if self.setup['interactive']: self.promptFilter(iprompt, actions) -- cgit v1.2.3-1-g7c22