Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: revise install.py for minor improvements
* Use an with block for reading the config file. Refs: https://docs.python.org/3/tutorial/inputoutput.html#reading-and-writing-files * Use explicit blank return to make it clear that the return value is not actually used and that it is being used for flow control only.. PR-URL: #36626 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Christian Clauss <[email protected]>
- Loading branch information