mirror of
https://github.com/munki/munki.git
synced 2026-05-03 02:40:32 -05:00
Syntax fix for r1098.
git-svn-id: http://munki.googlecode.com/svn/trunk@1102 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user