Skip to content

CLN: frame.py executable? #7536

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dsm054 opened this issue Jun 21, 2014 · 3 comments · Fixed by #7537
Closed

CLN: frame.py executable? #7536

dsm054 opened this issue Jun 21, 2014 · 3 comments · Fixed by #7537

Comments

@dsm054
Copy link
Contributor

dsm054 commented Jun 21, 2014

Somewhere along the way (3230ed4, I think) frame.py had its permissions changed, presumably by accident:

-rwxr-xr-x 1 dsm dsm 178861 Jun 21 09:51 pandas/core/frame.py
@jreback
Copy link
Contributor

jreback commented Jun 21, 2014

shouldn't be....though you could have it locally and NOT in the repo as normally we don't sync the permissions (at least you shouldn't), unless its explicity.

you can maybe clear your settings, setup a clean repo and see (and fix if needed)]

git config global -l

core.filemode=False is what I have

@dsm054
Copy link
Contributor Author

dsm054 commented Jun 21, 2014

But if I check out before 3230ed4, it doesn't have x set, if I check out 3230ed4 it does, and I think I can see the mode change on the github page for the commit:

pandas/core/frame.py 100644 → 100755

@jreback
Copy link
Contributor

jreback commented Jun 21, 2014

ahh ok then that should be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants