summaryrefslogtreecommitdiff
path: root/lib/spack/llnl/util/tty/pty.py
diff options
context:
space:
mode:
authorJohn Parent <john.parent@kitware.com>2022-01-24 14:35:44 -0500
committerPeter Scheibel <scheibel1@llnl.gov>2022-03-17 09:01:01 -0700
commitcf1349ba35a958e776759db7b69f54089d2638c6 (patch)
treea169c786aac015f9388ea31deb8884cdf58eb49e /lib/spack/llnl/util/tty/pty.py
parente4d4a5193ff4ac2a19a7ae77d66df1cd085a979d (diff)
downloadspack-cf1349ba35a958e776759db7b69f54089d2638c6.tar.gz
spack-cf1349ba35a958e776759db7b69f54089d2638c6.tar.bz2
spack-cf1349ba35a958e776759db7b69f54089d2638c6.tar.xz
spack-cf1349ba35a958e776759db7b69f54089d2638c6.zip
"spack commands --update-completion"
Diffstat (limited to 'lib/spack/llnl/util/tty/pty.py')
-rw-r--r--lib/spack/llnl/util/tty/pty.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spack/llnl/util/tty/pty.py b/lib/spack/llnl/util/tty/pty.py
index 0475667825..1a5731a5c7 100644
--- a/lib/spack/llnl/util/tty/pty.py
+++ b/lib/spack/llnl/util/tty/pty.py
@@ -11,6 +11,7 @@ If this is used outside a testing environment, we will want to reconsider
things like timeouts in ``ProcessController.wait()``, which are set to
get tests done quickly, not to avoid high CPU usage.
+Note: The functionality in this module is unsupported on Windows
"""
from __future__ import print_function