-
Notifications
You must be signed in to change notification settings - Fork 39
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
Restart worker patch with fixed commit history #237
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conditionally Approved. Just address the two comments and push your changes before merging.
|
||
if is_invalid: | ||
continue | ||
|
||
result, value = comm.run(input_queue.queue.get()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace the argument with input_data
@@ -6,6 +6,8 @@ | |||
import pathlib | |||
import queue | |||
|
|||
from modules import object_in_world | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove space
This is a new PR for the restart workers that fixes the messy commit history and implements some new changes.
Some things to note: