-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
netboxseverity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
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
Metadata
Metadata
Assignees
Labels
netboxseverity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application