Re: [PATCH] mklog.py: Add main function

2025-06-26 Thread Alex Coplan
On 21/06/2025 12:35, Filip Kastl wrote: > On Fri 2025-06-20 10:46:08, Alex Coplan wrote: > > Hi, > > > > This adds a main() function to mklog.py (like e.g. check_GNU_style.py > > has), which makes it easier to import and invoke from another python > > script. This is useful when using a wrapper s

Re: [PATCH] mklog.py: Add main function

2025-06-21 Thread Filip Kastl
On Fri 2025-06-20 10:46:08, Alex Coplan wrote: > Hi, > > This adds a main() function to mklog.py (like e.g. check_GNU_style.py > has), which makes it easier to import and invoke from another python > script. This is useful when using a wrapper script to set up the python > environment. > > Smoke