| commit | 80619d7cf7bc7c9717bd57311b67051ff01bd968 | [log] [tgz] |
|---|---|---|
| author | Anna Henningsen <[email protected]> | Tue Jul 18 21:15:03 2017 |
| committer | Alexey Kozyatinskiy <[email protected]> | Fri Jul 21 21:17:15 2017 |
| tree | 1a593f1989cfc8e9b23114232458e690b124dbdd | |
| parent | efefa86c3183d307f0a0e53bf568fe57c5b58849 [diff] |
[inspector_protocol] Fix building with non-ASCII paths The Python code internally treats path as unicode strings, but the command line options are read as byte strings. Mixing these up does not work properly, so decode the CLI arguments after parsing. (This was noticed because it makes the Node.js build fail under paths containing non-ASCII characters.) Bug: Change-Id: Ibbedda314aec98969db9859fc92b152f2c9239af