Ok, I will do it. 

On Tue, 7 Nov 2023 at 16:29, Gerd Hoffmann <kraxel@redhat.com> wrote:
On Thu, Nov 02, 2023 at 01:07:27PM +0530, Aditya Patil wrote:
> I am attaching the patch with this email. The fixes were about the code
> optimizations in the Python scripts. These were mainly about file handling
> and this patch addresses the issues with file handling. Some of the files
> that were opened by the script were not closed. There has been an
> addition to the code optimization by using "with" statements providing more
> readable code.

Sending patches to the list is fine.
Please use 'git send-email' for this.

Please send one patch per change (grouping all 'with open() ...' into
one patch is fine), each with a commit message describing the change.

take care,
  Gerd