Syntax fix for r1098.

git-svn-id: http://munki.googlecode.com/svn/trunk@1102 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
Justin McWilliams
2011-04-08 17:59:31 +00:00
parent d4261af782
commit c0a9403e63
+2 -2
View File
@@ -517,7 +517,7 @@ def installWithInfo(
skipped_installs.append(item)
munkicommon.display_detail(
('Skipping install of %s because it\'s not unattended.'
% item['name'])
% item['name']))
continue
elif blockingApplicationsRunning(item):
skipped_installs.append(item)
@@ -863,7 +863,7 @@ def processRemovals(removallist, only_unattended=False):
skipped_removals.append(item)
munkicommon.display_detail(
('Skipping removal of %s because it\'s not unattended.'
% item['name'])
% item['name']))
continue
elif blockingApplicationsRunning(item):
skipped_removals.append(item)