hotfix: exception handling missing a value

This commit is contained in:
meshkatshb
2025-01-14 18:12:03 +03:30
parent 0ab7cb8892
commit d2513a920e

View File

@@ -287,7 +287,7 @@ async def run_org_agent(
import traceback
traceback.print_exc()
errors = str(e) + "\n" + traceback.format_exc()
return '', errors, '', '', None
return '', errors, '', '', None, None
finally:
# Handle cleanup based on persistence configuration
if not keep_browser_open: