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

add #!/usr/bin/python3 header to runnable scripts #47

Open
rhaas80 opened this issue Jan 10, 2023 · 0 comments
Open

add #!/usr/bin/python3 header to runnable scripts #47

rhaas80 opened this issue Jan 10, 2023 · 0 comments
Labels
minor bug something is wrong but does not directly affect main functionality

Comments

@rhaas80
Copy link
Member

rhaas80 commented Jan 10, 2023

all runnable scripts sould have a #!/usr/bin/python3 header and have the execute bit x set. All files that are modules only should not have that header and should not have the x bit set. Currently (9e6a463) at least regenerate.py violates this.

@rhaas80 rhaas80 added the minor bug something is wrong but does not directly affect main functionality label Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor bug something is wrong but does not directly affect main functionality
Projects
None yet
Development

No branches or pull requests

1 participant