mirror of
https://github.com/munki/munki.git
synced 2026-01-05 22:20:00 -06:00
lint fixes
This commit is contained in:
@@ -1322,8 +1322,8 @@ def getAdobeCatalogInfo(mountpoint, pkgname=""):
|
||||
# SAPCode
|
||||
pkg_prod_vers = [prod['prodVersion']
|
||||
for prod in option_xml_info['products']
|
||||
if prod.get('hd_installer') and \
|
||||
prod['SAPCode'] == app_info['SAPCode']][0]
|
||||
if prod.get('hd_installer') and
|
||||
prod['SAPCode'] == app_info['SAPCode']][0]
|
||||
uninstall_file_name = '_'.join([
|
||||
app_info['SAPCode'],
|
||||
pkg_prod_vers.replace('.', '_'),
|
||||
|
||||
Reference in New Issue
Block a user