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

__main__.py: remove /bin/env shebang #623

Merged
merged 1 commit into from Mar 20, 2023

Conversation

asarhaddon
Copy link
Contributor

The file is not intended for direct execution,
not installed in the path,
and not marked as executable.
Its extension is sufficient for editors to trigger syntax highlighting.

The shebang seems to only trigger warnings on systems wher /bin/env is unavailable (it may be in /usr/bin for example).

Code style update

Not a breaking change?

The file is not intended for direct execution,
not installed in the path,
and not marked as executable.
Its extension is sufficient for editors to trigger syntax highlighting.

The shebang seems to only trigger warnings on systems wher /bin/env is
unavailable (it may be in /usr/bin for example).
@asarhaddon asarhaddon requested a review from zarath as a code owner March 19, 2023 15:30
@zarath zarath merged commit 1cd5c05 into NanoVNA-Saver:main Mar 20, 2023
1 check passed
@asarhaddon asarhaddon deleted the unused-shebang branch March 20, 2023 15:00
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 this pull request may close these issues.

None yet

2 participants