Skip to content

Commit ba3fcd4

Browse files
committed
Try again to exit cleanly in CI
1 parent a2ca8f5 commit ba3fcd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-recipes/agents/03_memory_agent.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1618,8 +1618,8 @@
16181618
"except Exception:\n",
16191619
" # If we're running in CI, we don't have a terminal to input from, so just exit\n",
16201620
" exit()\n",
1621-
"\n",
1622-
"main(thread_id, user_id)"
1621+
"else:\n",
1622+
" main(thread_id, user_id)\n"
16231623
]
16241624
}
16251625
],

0 commit comments

Comments
 (0)