From 75a025f3f87c3e611a10a2d2dc1720989b048e58 Mon Sep 17 00:00:00 2001 From: geyaning Date: Wed, 12 Jul 2023 18:16:23 +0800 Subject: [PATCH] update Signed-off-by: geyaning --- avocado/utils/crypto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/avocado/utils/crypto.py b/avocado/utils/crypto.py index e7c3d5135a..a84fa0f42b 100644 --- a/avocado/utils/crypto.py +++ b/avocado/utils/crypto.py @@ -18,6 +18,7 @@ import os from concurrent.futures import ThreadPoolExecutor + LOG = logging.getLogger(__name__) def calculate_hash(data, algorithm):