Loading src/tdoc_crawler/cli/query/meetings.py +8 −6 Original line number Diff line number Diff line Loading @@ -66,12 +66,14 @@ def query_meetings( ) db_file = path_config.db_file asyncio.run( handle_clear_options( db_file, path_config.checkout_dir, MeetingDatabase, clear_tdocs=clear_tdocs, clear_specs=clear_specs, ), ) async def run_query() -> list: Loading src/tdoc_crawler/cli/query/specs.py +8 −6 Original line number Diff line number Diff line Loading @@ -66,12 +66,14 @@ def query_specs( raise typer.Exit(code=2) from exc db_file = path_config.db_file asyncio.run( handle_clear_options( db_file, path_config.checkout_dir, SpecDatabase, clear_tdocs=clear_tdocs, clear_specs=clear_specs, ), ) async def run_query() -> list: Loading src/tdoc_crawler/cli/query/tdocs.py +8 −6 Original line number Diff line number Diff line Loading @@ -100,12 +100,14 @@ def query_tdocs( ) db_file = path_config.db_file asyncio.run( handle_clear_options( db_file, path_config.checkout_dir, TDocDatabase, clear_tdocs=clear_tdocs, clear_specs=clear_specs, ), ) async def run_query() -> list: Loading Loading
src/tdoc_crawler/cli/query/meetings.py +8 −6 Original line number Diff line number Diff line Loading @@ -66,12 +66,14 @@ def query_meetings( ) db_file = path_config.db_file asyncio.run( handle_clear_options( db_file, path_config.checkout_dir, MeetingDatabase, clear_tdocs=clear_tdocs, clear_specs=clear_specs, ), ) async def run_query() -> list: Loading
src/tdoc_crawler/cli/query/specs.py +8 −6 Original line number Diff line number Diff line Loading @@ -66,12 +66,14 @@ def query_specs( raise typer.Exit(code=2) from exc db_file = path_config.db_file asyncio.run( handle_clear_options( db_file, path_config.checkout_dir, SpecDatabase, clear_tdocs=clear_tdocs, clear_specs=clear_specs, ), ) async def run_query() -> list: Loading
src/tdoc_crawler/cli/query/tdocs.py +8 −6 Original line number Diff line number Diff line Loading @@ -100,12 +100,14 @@ def query_tdocs( ) db_file = path_config.db_file asyncio.run( handle_clear_options( db_file, path_config.checkout_dir, TDocDatabase, clear_tdocs=clear_tdocs, clear_specs=clear_specs, ), ) async def run_query() -> list: Loading