Temporarily use crash handler around search CLI ep

distribute_dis
Tyler Goodlet 2023-09-29 14:02:17 -04:00
parent a98f5877bc
commit b6ac6069fe
2 changed files with 19 additions and 13 deletions

View File

@ -482,6 +482,8 @@ def search(
): ):
return await func() return await func()
from cornerboi._debug import open_crash_handler
with open_crash_handler():
quotes = trio.run( quotes = trio.run(
main, main,
partial( partial(

View File

@ -145,7 +145,11 @@ async def symbol_search(
async with maybe_spawn_brokerd( async with maybe_spawn_brokerd(
mod.name, mod.name,
infect_asyncio=getattr(mod, '_infect_asyncio', False), infect_asyncio=getattr(
mod,
'_infect_asyncio',
False,
),
) as portal: ) as portal:
results.append(( results.append((