diff options
| author | MarcoFalke <[email protected]> | 2017-12-30 00:19:28 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-12-30 00:19:38 -0500 |
| commit | a332a7d5a15214015f9553fdb2bcf80a1a4b8dc0 (patch) | |
| tree | 84fba146b73eebf8c7f874b4b2c76e3f36efa955 /src/httpserver.cpp | |
| parent | Merge #11824: Block ActivateBestChain to empty validationinterface queue (diff) | |
| parent | Fix string concatenation to os.path.join and add exception case (diff) | |
| download | discoin-a332a7d5a15214015f9553fdb2bcf80a1a4b8dc0.tar.xz discoin-a332a7d5a15214015f9553fdb2bcf80a1a4b8dc0.zip | |
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/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions