commit | f669b7209a548287d04a0934ed96c0a4f92c40ec | [log] [tgz] |
---|---|---|
author | Hector Dearman <hjd@google.com> | Fri Apr 12 17:13:51 2024 +0100 |
committer | Hector Dearman <hjd@google.com> | Fri Apr 12 17:13:51 2024 +0100 |
tree | 05999eb21662f2b6a90a05be3d44dab9947d522e | |
parent | e82d05bf7acb63d036e9b242f41bcb687c6b8d53 [diff] |
Fix Ftrace explorer, python -> python3 Change-Id: Iafe4578192da946ee55b900d1ad3ae8f5cc35377
diff --git a/src/traced/probes/ftrace/test/explorer.html b/src/traced/probes/ftrace/test/explorer.html index a474df5..d100264 100755 --- a/src/traced/probes/ftrace/test/explorer.html +++ b/src/traced/probes/ftrace/test/explorer.html
@@ -15,8 +15,8 @@ # limitations under the License. cd $(dirname $0) -python -m webbrowser -t "http://localhost:8000/$(basename $0)" -python -m SimpleHTTPServer +python3 -m webbrowser -t "http://localhost:8000/$(basename $0)" +python3 -m http.server <<-EOF -->