Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/2] Python 3 support for topo command
@ 2018-06-12  7:03 ogawa.yasufumi
  2018-06-12  7:03 ` [spp] [PATCH 1/2] controller: fix bug of topo to refer external cmd ogawa.yasufumi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ogawa.yasufumi @ 2018-06-12  7:03 UTC (permalink / raw)
  To: ferruh.yigit, spp; +Cc: Yasufumi Ogawa

From: Yasufumi Ogawa <ogawa.yasufumi@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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-06-27 10:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-12  7:03 [spp] [PATCH 0/2] Python 3 support for topo command ogawa.yasufumi
2018-06-12  7:03 ` [spp] [PATCH 1/2] controller: fix bug of topo to refer external cmd ogawa.yasufumi
2018-06-12  7:03 ` [spp] [PATCH 2/2] controller: fix encoding in topo command ogawa.yasufumi
2018-06-27 10:49 ` [spp] [PATCH 0/2] Python 3 support for " Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).