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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove jsonsempai. #997

Merged
merged 4 commits into from Mar 20, 2023
Merged

Remove jsonsempai. #997

merged 4 commits into from Mar 20, 2023

Conversation

calina-c
Copy link
Contributor

No description provided.

@calina-c calina-c marked this pull request as ready for review March 13, 2023 08:08
@@ -571,7 +565,7 @@ def get_and_process_event_logs_for_one_block(self, block):
try:
logs = self._web3.eth.get_logs(filter_params)
self.process_logs(logs, block)
except Exception as e:
except Exception:
Copy link
Member

Choose a reason for hiding this comment

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

should we keep the error and print it if possible?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

there's already an explicit error logged. I can print out the text if you think it's needed. I just removed the unused variable based on pre-commit issues, but let me know

Copy link
Member

Choose a reason for hiding this comment

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

yes please, print the e message.

@codeclimate
Copy link

codeclimate bot commented Mar 20, 2023

Code Climate has analyzed commit 5c320aa and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 93.1% (50% is the threshold).

This pull request will bring the total coverage in the repository to 84.5%.

View more on Code Climate.

@calina-c calina-c merged commit e9a8ab5 into main Mar 20, 2023
5 checks passed
@calina-c calina-c deleted the remove-jsonsempai branch March 20, 2023 13:25
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