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: