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

pyflake errors: variables assigned to but never used #102

Open
canasdiaz opened this issue Oct 30, 2019 · 0 comments
Open

pyflake errors: variables assigned to but never used #102

canasdiaz opened this issue Oct 30, 2019 · 0 comments
Labels
bug good first issue Good issue for first-time contributors

Comments

@canasdiaz
Copy link

Running pyflakes over the version 7c0ec65 I got the following pyflake warnings:

./arthur/arthur.py:98: local variable 'e' is assigned to but never used
./tests/test_arthur.py:291: local variable 'ex' is assigned to but never used
./tests/test_arthur.py:305: local variable 'ex' is assigned to but never used

Closing condition:

  • pyflakes does not return these errors in master branch
@canasdiaz canasdiaz added bug good first issue Good issue for first-time contributors labels Oct 30, 2019
canasdiaz added a commit to canasdiaz/grimoirelab-kingarthur that referenced this issue Oct 30, 2019
Fix error chaoss#102 by removing unused variables in an exception at
arthur/arthur.py and in two unit tests at test_arthur.py.
canasdiaz added a commit that referenced this issue Oct 30, 2019
Fix error #102 by removing unused variables in an exception at
arthur/arthur.py and in two unit tests at test_arthur.py.

Signed-off-by: Luis Cañas-Díaz <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good first issue Good issue for first-time contributors
Projects
None yet
Development

No branches or pull requests

1 participant