summaryrefslogtreecommitdiff
path: root/CREDITS
diff options
context:
space:
mode:
authorGuillermo <guille@users.noreply.github.com>2021-02-18 13:18:22 +0100
committerGitHub <noreply@github.com>2021-02-18 13:18:22 +0100
commitdd237b19a4ca286ed7ce9f89b213b2848c9078cf (patch)
tree0b285e7197785d554735cc3715196ab1defcbe0a /CREDITS
parente80cabe5206fd7ef14fd6a47e2571f660f95babf (diff)
downloadpsutil-dd237b19a4ca286ed7ce9f89b213b2848c9078cf.tar.gz
Linux: wait_procs ignoring timeout (#1913) (#1917)
The function was exiting after one second due to a subprocess.TimeoutException Fixes #1913 Signed-off-by: guille <guille@users.noreply.github.com>
Diffstat (limited to 'CREDITS')
-rw-r--r--CREDITS4
1 files changed, 4 insertions, 0 deletions
diff --git a/CREDITS b/CREDITS
index fa8cbf1c..360688bd 100644
--- a/CREDITS
+++ b/CREDITS
@@ -736,3 +736,7 @@ I: 1822
N: marxin
W: https://github.com/marxin
I: 1851
+
+N: guille
+W: https://github.com/guille
+I: 1913