diff options
author | MarcoFalke <falke.marco@gmail.com> | 2017-12-30 00:19:28 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-12-30 00:19:38 -0500 |
commit | a332a7d5a15214015f9553fdb2bcf80a1a4b8dc0 (patch) | |
tree | 84fba146b73eebf8c7f874b4b2c76e3f36efa955 /src/qt/networkstyle.cpp | |
parent | d9fdac130a5ed1d96fcac6bb87c10bec9d596b17 (diff) | |
parent | a3ac7672ed9c63b954d3f368a90616448d31b4c3 (diff) |
Merge #11291: Fix string concatenation to os.path.join and add exception case
a3ac7672ed Fix string concatenation to os.path.join and add exception case (dongsamb)
Pull request description:
Solved some warnings for [Python PEP 8 convention](https://www.python.org/dev/peps/pep-0008/)
- [Method Names and Instance Variables](https://www.python.org/dev/peps/pep-0008/#method-names-and-instance-variables)
lowercase with words separated by underscores as necessary to improve readability.
- `testDir` to `test_dir`
- `inputData` to `input_data`
- ...
- [Blank Lines](https://www.python.org/dev/peps/pep-0008/#blank-lines)
Surround top-level function and class definitions with two blank lines.
- [Exception Names](https://www.python.org/dev/peps/pep-0008/#exception-names)
and added verification logic about referenced before assignment for `output_type`
Tree-SHA512: 346d08799f03077a2b7257ccdca123b4945b89dbf0677dba452d96b81ce186ec7b5dcdb10b8bb59cfce657a7aedbb7df64921036cbd1bf4ad8bd313d40faa796
Diffstat (limited to 'src/qt/networkstyle.cpp')
0 files changed, 0 insertions, 0 deletions