Skip to content

Commit 319a6c8

Browse files
authored
Merge pull request #109 from MeshkatShB/hotfix/agent-history-org
hotfix: exception handling missing a value
2 parents 0ab7cb8 + d2513a9 commit 319a6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ async def run_org_agent(
287287
import traceback
288288
traceback.print_exc()
289289
errors = str(e) + "\n" + traceback.format_exc()
290-
return '', errors, '', '', None
290+
return '', errors, '', '', None, None
291291
finally:
292292
# Handle cleanup based on persistence configuration
293293
if not keep_browser_open:

0 commit comments

Comments
 (0)