I am getting the following error when trying to run tags = dm4data.read_directory()
AttributeError Traceback (most recent call last)
Cell In[20], line 1
----> 1 tags = dm4data.read_directory()
AttributeError: '_GeneratorContextManager' object has no attribute 'read_directory'