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

fix: Improve argument processing and revert click version #38

Merged
merged 8 commits into from
Mar 8, 2024

Conversation

richtera
Copy link

fix: Improve argument processing and revert click version

'''
match = difflib.get_close_matches(text, options, n=1, cutoff=1.0)
if len(match) == 0:
raise ValidationError('%s is not a valid chain/network option' % text)
Copy link

Choose a reason for hiding this comment

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

👏

Copy link

@mxmar mxmar left a comment

Choose a reason for hiding this comment

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

lgtm @richtera 👍 Let's test with Wagyu and devnet (BLS change flow).

@richtera richtera merged commit 1197b4b into develop Mar 8, 2024
7 checks passed
@richtera richtera deleted the fix/redo-merge branch March 8, 2024 19:28
@richtera
Copy link
Author

richtera commented Mar 8, 2024

@Wolmin @fhildeb Building and pushing to wagyu

@mxmar
Copy link

mxmar commented Mar 12, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants