> The script was running on the current directory. > If not in the DTS directory, it would re-format every Python files. > > A new positional argument is added to specify the directory to check. > In most cases, the (new) default value should be enough. > > While updating argument handling, > the usage is printed in case of wrong argument. > > The directory is also printed in headings, and a last heading is added for > the summary part. > > Signed-off-by: Thomas Monjalon <[email protected]> > Reviewed-by: Owen Hilyard <[email protected]> > Reviewed-by: Juraj Linkeš <[email protected]> > --- > v2: add directory in headings and improve headings > --- > > Nice touch with the headings. The patch looks and works great.
Thanks for the ideas. > Tested-by: Juraj Linkeš <[email protected]> Applied

