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

netifaces2 #306

Merged
merged 1 commit into from
Oct 17, 2024
Merged

netifaces2 #306

merged 1 commit into from
Oct 17, 2024

Conversation

CllaudiaB
Copy link
Collaborator

  • use netifaces2

@CllaudiaB
Copy link
Collaborator Author

Fix: #278

if version.parse(nb.version) < version.parse('2.9'):
print('netbox-agent is not compatible with Netbox prior to verison 2.9')
if version.parse(nb.version) < version.parse('3.7'):
print('netbox-agent is not compatible with Netbox prior to verison 3.7')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
print('netbox-agent is not compatible with Netbox prior to verison 3.7')
print('netbox-agent is not compatible with Netbox prior to version 3.7')

@CllaudiaB CllaudiaB merged commit 8dde35d into Solvik:master Oct 17, 2024
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.

2 participants