iframe submit recognization (#628)

This commit is contained in:
Kerem Yilmaz
2024-07-19 14:27:57 -07:00
committed by GitHub
parent 858d60016a
commit 1ebd8a55e9
3 changed files with 3 additions and 3 deletions

View File

@@ -1073,7 +1073,7 @@ class ForgeAgent:
],
}
for action, results in actions_and_results
if len(results) > 0 and not results[-1].success
if len(results) > 0
]
)