2018-09-03 08:46:52 |
Yang Youseok |
description |
in common/run_command.py shell communicate() have output typed byte stream for python3.5. And this makes exception for further processing like split('-') in networking_bagpipe/bagpipe_bgp/vpn/dataplane_drivers.py since could not split with string parameter.
I think we have to decode the output or replace the more appropriate for python3 compatibility. |
in common/run_command.py shell communicate() have output typed byte stream for python3.5. And this makes exception for further processing like split('-') in networking_bagpipe/bagpipe_bgp/vpn/dataplane_drivers.py since could not split with string parameter.
I think we have to decode the output or use the more appropriate for python3 compatibility. |
|