[spp] [PATCH 0/2] Fix misc issues of python scripts

ogawa.yasufumi at lab.ntt.co.jp ogawa.yasufumi at lab.ntt.co.jp
Wed May 8 03:58:59 CEST 2019


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



More information about the spp mailing list