lint fixes

This commit is contained in:
Timothy Sutton
2016-08-12 11:45:46 -04:00
parent 6481335929
commit 7a7fa3d47d

View File

@@ -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('.', '_'),