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 support for Enterasys WS-AP3715i #12

Merged
merged 1 commit into from
Dec 17, 2023
Merged

add support for Enterasys WS-AP3715i #12

merged 1 commit into from
Dec 17, 2023

Conversation

grische
Copy link
Owner

@grische grische commented Dec 14, 2023

No description provided.

Copy link
Contributor

@istrator2 istrator2 left a comment

Choose a reason for hiding this comment

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

I don't see any issues.
Welcome new device.

@@ -94,7 +95,7 @@ def run():
"--model",
action="store",
type=str,
choices={"AP3710", "AP3825"},
choices={"AP3710", "AP3715", "AP3825"},
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this a set{} by intention?
usually a list [] is'used here.
https://docs.python.org/3/library/argparse.html#choices

I gues it's not wrong, as it works.

Copy link
Owner Author

Choose a reason for hiding this comment

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

Nice spot. Let me fix this in a separate PR.

@grische grische merged commit 789daeb into main Dec 17, 2023
4 checks passed
@grische grische deleted the feature/ap3715i branch December 17, 2023 12:31
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