Fix shebang in netbox/manage.py #17838
Labels
netbox
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
Triage priority
I volunteer to perform this work (if approved)
NetBox Version
v.4.1.4
Python Version
3.12
Steps to Reproduce
The shebang on netbox/manage.py is ambiguous.
Not really a bug but e.g. causing rpmbuild to stop with an error.
Expected Behavior
File netbox/manage.py starts with
#!/usr/bin/env python3
Observed Behavior
File netbox/manage.py starts with
#!/usr/bin/env python
The text was updated successfully, but these errors were encountered: