wonook commented on a change in pull request #24: [NEMO-79] Clean up the legacy
Task
URL: https://github.com/apache/incubator-nemo/pull/24#discussion_r191667494
##########
File path: bin/json2dot.py
##########
@@ -64,8 +64,8 @@ def __init__(self, data):
self.id = data['id']
self.state = data['state']
self.tasks = {}
- for task in data['tasks']:
- self.tasks[task['id']] = TaskState(task)
+ for irVertex in data['tasks']:
Review comment:
I think this part needs @seojangho 's review.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services