test suite reviews and discussions
 help / color / mirror / Atom feed
From: LihongX Ma <lihongx.ma@intel.com>
To: dts@dpdk.org
Cc: LihongX Ma <lihongx.ma@intel.com>
Subject: [dts] [PATCH V1] framework/packet: correct the contrib name
Date: Mon, 21 Sep 2020 06:18:51 +0800	[thread overview]
Message-ID: <1600640331-23969-1-git-send-email-lihongx.ma@intel.com> (raw)

correct the scapy contrib file name

Signed-off-by: LihongX Ma <lihongx.ma@intel.com>
---
 framework/packet.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/packet.py b/framework/packet.py
index 6a306cb..a7cd172 100644
--- a/framework/packet.py
+++ b/framework/packet.py
@@ -78,7 +78,7 @@ def get_scapy_module_impcmd():
         if m in local_modules:
             cmd_li.append(f'from {m} import {",".join(scapy_modules_required[m])}')
         else:
-            cmd_li.append(f'from scapy.contirb.{m} import {",".join(scapy_modules_required[m])}')
+            cmd_li.append(f'from scapy.contrib.{m} import {",".join(scapy_modules_required[m])}')
     return ';'.join(cmd_li)
 
 SCAPY_IMP_CMD = get_scapy_module_impcmd()
-- 
2.7.4


             reply	other threads:[~2020-09-21  5:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-20 22:18 LihongX Ma [this message]
2020-09-22  8:14 ` Ma, LihongX
2020-09-23  9:00 ` Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1600640331-23969-1-git-send-email-lihongx.ma@intel.com \
    --to=lihongx.ma@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).