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

Removed Pre&PostSetup from ThreadAwareModule #501

Merged
merged 1 commit into from
Jan 19, 2022
Merged

Removed Pre&PostSetup from ThreadAwareModule #501

merged 1 commit into from
Jan 19, 2022

Conversation

ramo-j
Copy link
Collaborator

@ramo-j ramo-j commented Jan 19, 2022

These two methods don't provide any value, and so just create unneeded empty method stubs in TAM implementations.

Closes #500.

@ramo-j ramo-j marked this pull request as ready for review January 19, 2022 04:20
@@ -360,7 +309,7 @@ def testThreadAwareModuleProcessFailure(self,
mock_post_process,
mock_process,
mock_pre_process):
"""Tests that if process exceptions, PostProcess is still called."""
"""Tests that if Process exceptions, PostProcess is still called."""
Copy link
Collaborator

Choose a reason for hiding this comment

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

exceptions it not a verb.

@ramo-j ramo-j merged commit 58e51fb into log2timeline:main Jan 19, 2022
@ramo-j ramo-j deleted the i500 branch January 19, 2022 04:33
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.

Remove Pre & PostSetUp for ThreadAwareModules
2 participants