Open
Description
I recently updated to Neo v.0.13.4, and it's broken my ability to import Neuralynx files. On lines 226-228 of neuralynxrawio.py, it looks through the contents of the directory whose name I provided when the object is instantiated. But when it comes across the "ConfigurationLog" subdirectory that Neuralynx automatically generated, it throws an error (since it's a folder, not a file). Is there a way to avoid this issue?