加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-blktrace-remove-python2-dedpendency.patch 936 Bytes
一键复制 编辑 原始数据 按行查看 历史
Li Jinlin 提交于 2021-11-22 16:30 . Update blktrace version to 1.3.0
From 0d0ffc078fb582357f563331b6cd06fce41cec88 Mon Sep 17 00:00:00 2001
From: sunshihao <sunshihao@huawei.com>
Date: Mon, 3 Feb 2020 17:58:10 +0800
Subject: [PATCH 08/15] blktrace: remove python2 dedpendency
in order to remove python2 dependency,we
use python3 as Default interpreter.
Signed-off-by: sunshihao <sunshihao@huawei.com>
---
btt/bno_plot.py | 2 +-
btt/btt_plot.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/btt/bno_plot.py b/btt/bno_plot.py
index f05cfdc..74ebecb 100644
--- a/btt/bno_plot.py
+++ b/btt/bno_plot.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
#
# btt blkno plotting interface
#
diff --git a/btt/btt_plot.py b/btt/btt_plot.py
index 76fcca8..fcd5838 100755
--- a/btt/btt_plot.py
+++ b/btt/btt_plot.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
#
# btt_plot.py: Generate matplotlib plots for BTT generate data files
#
--
1.8.3.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化