[PATCH bmaptool 6/7] TransRead: Fix typos
Trevor Woerner
twoerner at gmail.com
Fri Apr 26 08:04:22 PDT 2024
On Fri 2024-04-26 @ 02:26:42 PM, Folker Schwesinger wrote:
> Thanks for your feedback, Trevor!
>
> On Fri Apr 26, 2024 at 3:20 PM CEST, Trevor Woerner wrote:
> > On Wed 2024-04-24 @ 06:43:43 PM, Folker Schwesinger wrote:
> > >
> > > @@ -600,11 +600,11 @@ class TransRead(object):
> > > password = auth[2]
> > > except FileNotFoundError:
> > > pass
> > > - except netc.NetrcParseError as e:
> > > + except netrc.NetrcParseError as e:
> >
> > This should be a separate bug fix, rather than lumped together with typo
> > fixes.
> >
>
> Will address this together with your other remark in a v2. Is it okay to
> include the fix for the misspelled netrc module in a separate patch in
> this series?
It would be best to start a new series for the bug fixes, if that's not too
much trouble. Then this series can be all about typos.
More information about the Bmap-tools
mailing list