azure-sdk-for-python: azureml-fsspec glob returns empty list
- Package Name: azureml-fsspec
- Package Version: 1.3.0
- Operating System: Linux/Windows
- Python Version: 3.10.13
Describe the bug fs.glob(“.”) returns empty list while fs.ls() returns an actual path
To Reproduce Steps to reproduce the behavior:
- init an fs using
AzureMachineLearningFileSystem
- call
fs.ls()
verify a path is returned then callfs.glob(".")
Expected behaviorfs.glob('.')
should return list of paths not an empty list
About this issue
- Original URL
- State: closed
- Created 5 months ago
- Comments: 35 (1 by maintainers)
@FeiDeng I can confirm that it is now working. Thank you very much!