From f50b82036984b2ebfdfe855b16fc0afe45df364b Mon Sep 17 00:00:00 2001 From: cccs-rs <62077998+cccs-rs@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:40:31 +0000 Subject: [PATCH] Update relative to changes in service base --- yara_/update_server.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/yara_/update_server.py b/yara_/update_server.py index 0fcea51..216c763 100644 --- a/yara_/update_server.py +++ b/yara_/update_server.py @@ -117,7 +117,9 @@ def _inventory_check(self) -> bool: return check_passed - def import_update(self, files_sha256, source_name: str, default_classification=classification.UNRESTRICTED): + def import_update( + self, files_sha256, source_name: str, default_classification=classification.UNRESTRICTED, *args, **kwargs + ): processed_files: set[str] = set() with tempfile.NamedTemporaryFile(mode="a+", suffix=source_name) as compiled_file: