Tim Galvin
01/12/2023, 8:21 AMif 'PATH' in os.environ.keys()
is there a way to test the names of blocks that have been stored? Is there a best practise use case here? Or is it just a case one has to catch the exception that is raised if it does not exist?redsquare
01/12/2023, 8:42 AMblocks = await client.read_block_documents()
Tim Galvin
01/12/2023, 8:53 AM