diff options
author | Panagiotis Karalis <panos.pkaralis@gmail.com> | 2019-09-19 11:25:14 +0300 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-09-19 08:25:14 +0000 |
commit | a6a15afb3a4245239fa7d9433505bac64fa2593c (patch) | |
tree | 3ae040978da0718d28b5b676b053df5fd337b4b1 /docs/submodules | |
parent | dcf8920333c3b89daa00fcb335652cc50c65c920 (diff) |
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
to 9b8d8fcc9f4f191374f730b13fcb0ce18905864c
- Fault fixing for cmd_exec util method
When the 'dovetail run' command is assigned, the error
"TypeError: must be str, not bytes" is appeared.
Due to a different handling of strings in the Python3, this error
is appeared during of command execution (i.e. exec_cmd method).
Each piece of the string should be decoded, before it will be
appended to the rest one.
Signed-off-by: Panagiotis Karalis <panos.pkaralis@gmail.com>
Change-Id: I65629f3f76cc3e44f3926a744d00791ef588d2aa
Diffstat (limited to 'docs/submodules')
m--------- | docs/submodules/dovetail | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/dovetail b/docs/submodules/dovetail -Subproject 005d868d68dbb0e70b3f92a685ea269c4f646fd +Subproject 9b8d8fcc9f4f191374f730b13fcb0ce18905864 |