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.