[yocto] [PATCH 1/1] update-documentation-conf: python2 -> python3

Robert Yang liezhi.yang at windriver.com
Fri Jun 28 05:32:45 PDT 2019


This script is python3 indeed.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 documentation/tools/update-documentation-conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/tools/update-documentation-conf b/documentation/tools/update-documentation-conf
index 3f8d280..32d0a2e 100644
--- a/documentation/tools/update-documentation-conf
+++ b/documentation/tools/update-documentation-conf
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # documentation.conf update script
 #
-- 
2.7.4



More information about the yocto mailing list