Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/2] Fix misc issues of python scripts
@ 2019-05-08  1:58 ogawa.yasufumi
  2019-05-08  1:59 ` [spp] [PATCH 1/2] controller: fix warning for pyyaml loader ogawa.yasufumi
  2019-05-08  1:59 ` [spp] [PATCH 2/2] controller: change file mode of SPP CLI ogawa.yasufumi
  0 siblings, 2 replies; 3+ messages in thread
From: ogawa.yasufumi @ 2019-05-08  1:58 UTC (permalink / raw)
  To: spp, ferruh.yigit, ogawa.yasufumi

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

* As PyYAML has changed to require load() specify `Loader` option
  explicitly or show warning message, add this option to the method
  calling.

* Putting executable file in `src` directory is not recommended, but
  `src/spp.py` is as remained as executable. This update is change file
  mode.

Yasufumi Ogawa (2):
  controller: fix warning for pyyaml loader
  controller: change file mode of SPP CLI

 src/controller/commands/topo.py | 2 +-
 src/controller/shell.py         | 3 ++-
 src/spp.py                      | 0
 3 files changed, 3 insertions(+), 2 deletions(-)
 mode change 100755 => 100644 src/spp.py

-- 
2.17.1


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

end of thread, other threads:[~2019-05-08  2:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-08  1:58 [spp] [PATCH 0/2] Fix misc issues of python scripts ogawa.yasufumi
2019-05-08  1:59 ` [spp] [PATCH 1/2] controller: fix warning for pyyaml loader ogawa.yasufumi
2019-05-08  1:59 ` [spp] [PATCH 2/2] controller: change file mode of SPP CLI ogawa.yasufumi

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).