mirror of
https://github.com/munki/munki.git
synced 2026-04-24 05:49:42 -05:00
Cleaup indentation to be in line wth rest of the code
This commit is contained in:
committed by
Samuel Keeley
parent
58fbcdc642
commit
eaf2c7b8cb
@@ -1660,9 +1660,9 @@ class AppleUpdates(object):
|
||||
os_version_tuple = munkicommon.getOsVersion(as_tuple=True)
|
||||
for item in apple_updates:
|
||||
if (item.get('unattended_install') or
|
||||
(munkicommon.pref('AutomaticAppleUpdates') and
|
||||
item.get('RestartAction', 'None') is 'None' and
|
||||
os_version_tuple >= (10, 10))):
|
||||
(munkicommon.pref('AutomaticAppleUpdates') and
|
||||
item.get('RestartAction', 'None') is 'None' and
|
||||
os_version_tuple >= (10, 10))):
|
||||
if munkicommon.blockingApplicationsRunning(item):
|
||||
munkicommon.display_detail(
|
||||
'Skipping unattended install of %s because '
|
||||
|
||||
Reference in New Issue
Block a user