[spp] [PATCH 0/2] Python 3 support for topo command

ogawa.yasufumi at lab.ntt.co.jp ogawa.yasufumi at lab.ntt.co.jp
Tue Jun 12 09:03:14 CEST 2018


From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>

Hi,

This update is to fix bugs of topo command.

* Topo command is failed if 'imgcat.sh' which is required only for
  MacOS does not exist. Linux user uses `img2sixel' instead of it.
  It is fixed by changing not to find 'imgcat.sh' if 'img2sixel'
  exits.

* Topo is not update for python 3 and cause an error of encoding.
  To avoid this error, add encoding appropriately.


Yasufumi Ogawa (2):
  controller: fix bug of topo to refer external cmd
  controller: fix encoding in topo command

 docs/guides/commands/experimental.rst |  2 +-
 src/controller/topo.py                | 32 ++++++++++++++++++---------
 2 files changed, 23 insertions(+), 11 deletions(-)

-- 
2.17.1



More information about the spp mailing list