mirror of
https://github.com/munki/munki.git
synced 2026-05-03 02:40:32 -05:00
Still more SUS description parsing tweaking...
git-svn-id: http://munki.googlecode.com/svn/trunk@723 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -209,6 +209,7 @@ def parseDist(filename):
|
||||
vers = line[9:]
|
||||
vers = vers[vers.find('"')+1:-2]
|
||||
if line.startswith('"SU_DESCRIPTION"'):
|
||||
description = ""
|
||||
keep = True
|
||||
# lop off "SU_DESCRIPTION"
|
||||
line = line[16:]
|
||||
|
||||
Reference in New Issue
Block a user