@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user