From abe3fdea4dde510cae6e7d253fff820391840f4a Mon Sep 17 00:00:00 2001 From: Wouter Depypere Date: Sun, 27 Oct 2024 11:38:25 +0100 Subject: [PATCH] fix typo --- lib/vsc/utils/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vsc/utils/run.py b/lib/vsc/utils/run.py index 558508c4..7769bc01 100644 --- a/lib/vsc/utils/run.py +++ b/lib/vsc/utils/run.py @@ -770,7 +770,7 @@ class RunNoShellFile(RunNoShell, RunFile): class RunPty(Run): """Pty support (eg for screen sessions)""" - hdef _read_process(self, readsize=None): + def _read_process(self, readsize=None): """This does not work for pty""" return ''