From c1c9dfb79508b4bdb1f00c1d95c0e17801295f9f Mon Sep 17 00:00:00 2001 From: Lydia Duncan Date: Fri, 6 Sep 2024 11:37:49 -0700 Subject: [PATCH] Replace another reference to "channels" with fileReader/fileWriter In the subprocess record ---- Signed-off-by: Lydia Duncan --- modules/standard/Subprocess.chpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/standard/Subprocess.chpl b/modules/standard/Subprocess.chpl index 54286c2ea66d..c063ce893929 100644 --- a/modules/standard/Subprocess.chpl +++ b/modules/standard/Subprocess.chpl @@ -199,8 +199,8 @@ module Subprocess { /* This record represents a subprocess. - Note that the subprocess will not be waited for if this record - goes out of scope. Channels opened to communicate with the subprocess + Note that the subprocess will not be waited for if this record goes out of + scope. FileReaders/fileWriters opened to communicate with the subprocess will be closed if the record goes out of scope, however. Generally, it is important to call :proc:`subprocess.wait` to wait for the