DagsHub / streaming-client

MIT License
2 stars 0 forks source link

scandir does'nt work for nested directories #10

Closed simonlsk closed 2 years ago

simonlsk commented 2 years ago

Reproduce: clone https://dagshub.com/OperationSavta/SavtaDepth.git

install_hooks(project_root="/abs/SavtaDepth")
res = list(os.walk("src/data/processed"))

returns [ ]

kbolashev commented 2 years ago

Seems to be working now? https://colab.research.google.com/drive/17qYesxlsWYk4URCKlUVClMivvns7axfQ?usp=sharing

simonlsk commented 2 years ago

Yes it's fixed