cf-natali commented on a change in pull request #383:
URL: https://github.com/apache/mesos/pull/383#discussion_r644251140
##########
File path: src/python/cli_new/lib/cli/plugins/task/main.py
##########
@@ -106,12 +108,13 @@ def list(self, argv):
# pylint: disable=unused-argument
try:
master = self.config.master()
+ config = self.config
Review comment:
Why store it here and not directly pass `self.config` below?
```
try:
tasks = get_tasks(master, config)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]