Signed-off-by: puvvadar <puvvadar@amazon.com>
This commit is contained in:
puvvadar
2021-11-18 21:01:38 -08:00
parent e091b91300
commit 7dfd790de2
@@ -188,7 +188,7 @@ class AssetProcessor(object):
log = APLogParser(self._workspace.paths.ap_gui_log())
if len(log.runs):
try:
for key in log.run[-1]:
for key in log.runs[-1]:
logger.debug(f"Log contained key {key} with value {log.runs[-1][key]}")
port = log.runs[-1][port_type]
logger.debug(f"Read port type {port_type} : {port}")