Skip to content

Conversation

@Adarsh-jaiss
Copy link
Contributor

Bug Fix for no-member error for Exception status_code member in which i have fixed the following erros:

  • memphis/producer.py:210:45: E1101: Instance of 'Exception' has no 'status_code' member (no-member)

and after fixing that, this error occured on the same line 269:12:

  • R1720: Unnecessary "else" after "raise", remove the "else" and de-indent the code inside it (no-else-raise)

so, I also fixed that error and here's the final PR

Bug Fix for no-member error for Exception status_code member in which i have fixed the following erros:

memphis/producer.py:210:45: E1101: Instance of 'Exception' has no 'status_code' member (no-member)

and after fixing that, this error occured on the same line 269:12:
R1720: Unnecessary "else" after "raise", remove the "else" and de-indent the code inside it (no-else-raise)
@Adarsh-jaiss
Copy link
Contributor Author

Adarsh-jaiss commented Jul 11, 2023

Copy link
Contributor

@rnowling-memphis rnowling-memphis left a comment

Choose a reason for hiding this comment

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

Great work @Adarsh-jaiss! Thanks!

@idanasulin2706 idanasulin2706 removed the request for review from shohamroditimemphis July 12, 2023 06:44
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.

3 participants