[PATCH bmaptool 6/7] TransRead: Fix typos
Folker Schwesinger
dev at folker-schwesinger.de
Fri Apr 26 07:26:42 PDT 2024
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?
More information about the Bmap-tools
mailing list