Skip to content
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

Some of the .py scripts are still 'executable' #3

Closed
tseemann opened this issue Jun 28, 2017 · 3 comments
Closed

Some of the .py scripts are still 'executable' #3

tseemann opened this issue Jun 28, 2017 · 3 comments

Comments

@tseemann
Copy link

Need to chmod -x *.py as they aren't directly runnable (no #! line).

@nicsilvester
Copy link
Contributor

Thanks for bringing this to our attention. Originally the scripts were to be directly runnable but the decision was made against this so we didn't have to worry about the location of the python installation on the local computers. Looks like I forgot to change the file permissions when I removed the #! line.
We'll make this change in the next commit.

@tseemann
Copy link
Author

Thank you.

@nicsilvester
Copy link
Contributor

Added into latest commit. Will be in next release: v1.3

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

No branches or pull requests

2 participants