Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wdpypere committed Oct 27, 2024
1 parent cbabd01 commit abe3fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vsc/utils/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ''

Expand Down

0 comments on commit abe3fde

Please sign in to comment.