From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 381F4A0096 for ; Wed, 8 May 2019 04:01:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2DA4EA49; Wed, 8 May 2019 04:01:20 +0200 (CEST) Received: from tama50.ecl.ntt.co.jp (tama50.ecl.ntt.co.jp [129.60.39.147]) by dpdk.org (Postfix) with ESMTP id B3230A49 for ; Wed, 8 May 2019 04:01:18 +0200 (CEST) Received: from vc1.ecl.ntt.co.jp (vc1.ecl.ntt.co.jp [129.60.86.153]) by tama50.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id x4821HiO016018; Wed, 8 May 2019 11:01:17 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 596DAEA7089; Wed, 8 May 2019 11:01:17 +0900 (JST) Received: from localhost.localdomain (lobster.nslab.ecl.ntt.co.jp [129.60.13.95]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 42B4EEA407F; Wed, 8 May 2019 11:01:17 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Date: Wed, 8 May 2019 10:58:59 +0900 Message-Id: <1557280741-7465-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.7.4 X-TM-AS-MML: disable Subject: [spp] [PATCH 0/2] Fix misc issues of python scripts X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spp-bounces@dpdk.org Sender: "spp" From: Yasufumi Ogawa * 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