diff options
author | Carlos Goncalves <mail@cgoncalves.pt> | 2017-08-17 09:23:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-17 09:23:08 +0000 |
commit | 7c8d7156d52d5075f024443999c7e57ca6f2ac87 (patch) | |
tree | 6284add73b1c5b3b57579f23ced88b57f1cf735e /docs/submodules/doctor | |
parent | 27c4a3acacf7af66ce23f38f5576310ded2220b8 (diff) |
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- Merge "Decode received data in byte type to str type"
- Decode received data in byte type to str type
json.loads in Python 3.5 doesn't accept a byte-type values so we need to
decode it. Note that this is specific to Python 3.5; Python 2.7 and 3.6
accept byte-type values.
Change-Id: I490f8e0f02a6ce277f86e75b32d1210bfcca8d49
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
Diffstat (limited to 'docs/submodules/doctor')
m--------- | docs/submodules/doctor | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/doctor b/docs/submodules/doctor -Subproject d2b6574994e065de13c2d31f9a6d7f27142c0a4 +Subproject 5b1401a9194daae197a8f5ae534b9a37dd483ea |