Filename is Modified after download
Open
- Dominant language
- Python
- Stars
- 7.5k
- Forks
- 1.4k
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 11
Description
When downloading a single file using Kaggle CLI, the filename is appended with some miscellaneous string.
Command
```
kaggle datasets download -d "rohan0301/unsupervised-learning-on-country-data" --file "Country-data.csv" --path "data_directory"
```
Expected
```
Downloading Country-data.csv to data_directory
```
Actual
```
Downloading datasets%2F721951%2F1255613%2FCountry-data.csv to tensorflow_datasets/kaggle
```
Contributor guide
Assessment
This issue has not been assessed yet.