From 66c11670694c7c35b53495219202bfbce2b08964 Mon Sep 17 00:00:00 2001 From: Andrea Cecchi Date: Thu, 5 Dec 2024 09:39:59 +0100 Subject: [PATCH] enable experimental.noacquisition --- src/redturtle/volto/patches.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redturtle/volto/patches.py b/src/redturtle/volto/patches.py index b0ef529..bdd3617 100644 --- a/src/redturtle/volto/patches.py +++ b/src/redturtle/volto/patches.py @@ -166,4 +166,4 @@ def Catalog_sortResults( redirects.absolutize_path = absolutize_path_patched logger.info("enable experimental.noacquisition") -# config.DRYRUN = False +config.DRYRUN = False