diff options
Diffstat (limited to 'source/n/pssh/pssh-2.3.1-py3-min-int-none.patch')
-rw-r--r-- | source/n/pssh/pssh-2.3.1-py3-min-int-none.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/source/n/pssh/pssh-2.3.1-py3-min-int-none.patch b/source/n/pssh/pssh-2.3.1-py3-min-int-none.patch deleted file mode 100644 index c202bc8e..00000000 --- a/source/n/pssh/pssh-2.3.1-py3-min-int-none.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/bin/pssh b/bin/pssh -index 5b6c2a5..dc53a36 100755 ---- a/bin/pssh -+++ b/bin/pssh -@@ -90,7 +90,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) - # The any builtin was introduced in Python 2.5 (so we can't use it yet): |