test suite reviews and discussions
 help / color / mirror / Atom feed
* [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).