23 Star 0 Fork 0

openKylin/pssh

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pssh-2.3.1-py3-min-int-none.patch 352 Bytes
一键复制 编辑 原始数据 按行查看 历史
kylin-mayukun 提交于 2024-11-14 18:11 . first commit
diff --git a/bin/pssh b/bin/pssh
index 8fc2ecd..126ee16 100755
--- a/bin/pssh
+++ b/bin/pssh
@@ -93,7 +93,7 @@ def do_pssh(hosts, cmdline, opts):
except FatalError:
sys.exit(1)
- if min(statuses) < 0:
+ if None in statuses:
# At least one process was killed.
sys.exit(3)
if any(x == 255 for x in statuses):
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openkylin/pssh.git
git@gitee.com:openkylin/pssh.git
openkylin
pssh
pssh
master

搜索帮助