From 87e8ea424087440ce7a408f6dfe068342dd9e397 Mon Sep 17 00:00:00 2001 From: Suman Saurabh <7571897+sumansaurabh@users.noreply.github.com> Date: Tue, 13 May 2025 22:30:17 +0530 Subject: [PATCH] sample_test --- penify_hook/file_analyzer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/penify_hook/file_analyzer.py b/penify_hook/file_analyzer.py index 97b94de..35d2b99 100644 --- a/penify_hook/file_analyzer.py +++ b/penify_hook/file_analyzer.py @@ -24,7 +24,7 @@ def __init__(self, file_path: str, api_client: APIClient): - def process_file(self, file_path, pbar): + def process_file(self, file_path, pbar, new_param: str = ""): """Processes a file by validating its extension, reading content, generating documentation, and writing changes back to the file.