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 alert message bug #1094

Merged
merged 1 commit into from
Jun 11, 2021
Merged

Conversation

cinnaminty-d
Copy link
Contributor

@cinnaminty-d cinnaminty-d commented May 30, 2021

What I did

Fixed alert message bug
Closes #939

Full disclosure: This change was made in-browser, so I haven't run tests locally. It's just a variable name change though, so I don't expect it to be controversial.

How I did it

msg variable was reset, causing the bug: I created a new variable for printing the message

How to verify it

Create an alert with repeat != False, verify that the message updates accordingly

Checklist

  • I have confirmed that my PR passes all linting checks
  • I have included test cases
  • I have updated the documentation
  • I have added an entry to the changelog

@cinnaminty-d cinnaminty-d changed the title Closes #939 Fix alert message bug Jun 10, 2021
@iamdefinitelyahuman iamdefinitelyahuman merged commit 96a3a04 into eth-brownie:master Jun 11, 2021
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.

BUG: The Alert value does not changed even repeat is set to True
2 participants