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

Remove axon port as a duplicate argument #82

Merged
merged 2 commits into from
Dec 5, 2023

Conversation

camfairchild
Copy link
Contributor

@camfairchild camfairchild commented Nov 27, 2023

The removed line tries to add the axon.port argument a second time, where it is already added in bt.axon.add_args
This causes an exception to be raised in bt.axon.add_args which prevents any other axon arguments from being added.
Removing the line fixes this.

See also #83 which depends on this change

@camfairchild camfairchild changed the base branch from main to staging November 27, 2023 01:43
Copy link
Contributor

@ifrit98 ifrit98 left a comment

Choose a reason for hiding this comment

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

Yup, duplicated. Nice catch!

@camfairchild camfairchild merged commit 12139ac into staging Dec 5, 2023
4 checks passed
@p-ferreira p-ferreira mentioned this pull request Dec 12, 2023
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