mirror of
https://github.com/munki/munki.git
synced 2026-04-24 05:49:42 -05:00
Fixed indentation error on lines 157 and 158.
git-svn-id: http://munki.googlecode.com/svn/trunk@183 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -154,8 +154,8 @@ def getInstalledPackages():
|
||||
storedversion = installedpkgs[pkgid]
|
||||
if version.LooseVersion(thisversion) > version.LooseVersion(storedversion):
|
||||
installedpkgs[pkgid] = thisversion
|
||||
except:
|
||||
pass
|
||||
except:
|
||||
pass
|
||||
|
||||
# Now check new (Leopard and later) package database
|
||||
p = subprocess.Popen(["/usr/sbin/pkgutil", "--pkgs"], bufsize=1,
|
||||
|
||||
Reference in New Issue
Block a user