gtristan commented on a change in pull request #1433:
URL: https://github.com/apache/buildstream/pull/1433#discussion_r562392827
##########
File path: src/buildstream/element.py
##########
@@ -816,6 +819,7 @@ def get_variable(self, varname: str) -> Optional[str]:
variable was declared with the given name.
"""
# Flat is not recognized correctly by Pylint as being a dictionary
Review comment:
This appears to be a hold out from before the `Variables` refactor.
I removed the comment and also removed the following `# pylint` comment
which disables a linter check, the linting now works without this comment too.
----------------------------------------------------------------
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]