From 029c856ef32a9a20af2abbf74b12d68a3e26e25d Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Tue, 5 Nov 2024 16:46:57 +0100 Subject: [PATCH] add missing import --- jenkins/helper/test_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/helper/test_config.py b/jenkins/helper/test_config.py index d7d984af..c68c91d8 100644 --- a/jenkins/helper/test_config.py +++ b/jenkins/helper/test_config.py @@ -2,6 +2,7 @@ """ keep the config for one testsuite to execute """ import copy import os +import json from site_config import IS_WINDOWS, IS_MAC, TEMP TEST_LOG_FILES = []