test suite reviews and discussions
 help / color / mirror / Atom feed
* RE: [PATCH] doc/dts_gsg/conf.py: Fix python2 completely removes the legacy historical problems.
  2023-01-13 14:30 [PATCH] doc/dts_gsg/conf.py: Fix python2 completely removes the legacy historical problems Chenyu Huang
@ 2023-01-13  8:03 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2023-01-13  8:03 UTC (permalink / raw)
  To: Huang, ChenyuX, dts; +Cc: Sun, QingX, Gao, DaxueX

> -----Original Message-----
> From: Huang, ChenyuX <chenyux.huang@intel.com>
> Sent: Friday, January 13, 2023 10:31 PM
> To: dts@dpdk.org
> Cc: Tu, Lijuan <lijuan.tu@intel.com>; Sun, QingX <qingx.sun@intel.com>; Huang,
> ChenyuX <chenyux.huang@intel.com>; Gao, DaxueX <daxuex.gao@intel.com>
> Subject: [PATCH] doc/dts_gsg/conf.py: Fix python2 completely removes the
> legacy historical problems.
> 
> Signed-off-by: Chenyu Huang <chenyux.huang@intel.com>

Applied with comment changed.

thanks

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

* [PATCH] doc/dts_gsg/conf.py: Fix python2 completely removes the legacy historical problems.
@ 2023-01-13 14:30 Chenyu Huang
  2023-01-13  8:03 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Chenyu Huang @ 2023-01-13 14:30 UTC (permalink / raw)
  To: dts; +Cc: lijuan.tu, qingx.sun, chenyux.huang, daxuex.gao

Signed-off-by: Chenyu Huang <chenyux.huang@intel.com>
---
 doc/dts_gsg/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/dts_gsg/conf.py b/doc/dts_gsg/conf.py
index 6356b370..6302ef25 100644
--- a/doc/dts_gsg/conf.py
+++ b/doc/dts_gsg/conf.py
@@ -16,7 +16,7 @@ project = "DPDK Test Suite"
 copyright = "2017, dpdk.org"
 
 strip_version_cmd = (
-    "import sys;sys.path.append('../..');import version; print version.dts_version()"
+    "import sys;sys.path.append('../..');import version; print(version.dts_version())"
 )
 version = subprocess.check_output(["python", "-c", strip_version_cmd])
 version = version.decode("utf-8").rstrip()
-- 
2.25.1


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

end of thread, other threads:[~2023-01-13  8:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-13 14:30 [PATCH] doc/dts_gsg/conf.py: Fix python2 completely removes the legacy historical problems Chenyu Huang
2023-01-13  8:03 ` Tu, Lijuan

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