On Tue, Nov 02, 2021 at 06:48:07PM +0100, David Marchand wrote: > On Wed, Oct 27, 2021 at 11:57 AM Bruce Richardson > <bruce.richard...@intel.com> wrote: > > I wonder is there ever any scenario where we want to allow tabs on a line? > > If not, then rather than using regex, the check could be simplified to: > > > > if '\t' in line: > > I am not sure. > I considered cases with tabs in log messages. > Ok. I think we'd live without tabs in log messages if we had to, but for now your version is safer as it allows us to keep everything else unchanged.
/Bruce