iamaziz / PyDataset

Instant access to many datasets in Python.
MIT License
935 stars 86 forks source link

Please make datasets non-executable #8

Open kseistrup opened 8 years ago

kseistrup commented 8 years ago

When initiating the datasets repo, all files have permissions 0755 (-rwxr-xr-x) when in fact they are not executable. Please make the initialization install datasets as 0644 (-rw-r--r--).

iamaziz commented 7 years ago

Hi, thanks. Will do so in the next update.