Thanks Sam. This is now committed. --joel
On Mon, Sep 11, 2023 at 10:35 AM Sam Price <thesampr...@gmail.com> wrote: > This patch fixes a spelling/rename mistake in rtems-tools. > > --- > tester/rt/stty.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tester/rt/stty.py b/tester/rt/stty.py > index 130318d..fca026a 100644 > --- a/tester/rt/stty.py > +++ b/tester/rt/stty.py > @@ -558,7 +558,7 @@ class tty(object): > self._update() > > def read(self): > - return self.fs.read() > + return self.fd.read() > > if __name__ == "__main__": > if len(sys.argv) == 2: > -- > 2.25.1 > _______________________________________________ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/listinfo/devel >
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel