From 9824cdf7de3633b5fd482319af54b1c7432f3de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Bron=C3=A8s?= <romain.brones@synchrotron-soleil.fr> Date: Wed, 22 May 2024 12:59:57 +0200 Subject: [PATCH] Switch to TTS extractor --- ArchiveExtractor/Access.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiveExtractor/Access.py b/ArchiveExtractor/Access.py index 6d465b8..7fa63ea 100644 --- a/ArchiveExtractor/Access.py +++ b/ArchiveExtractor/Access.py @@ -27,7 +27,7 @@ if not logger.hasHandlers(): def init( HdbExtractorPath="archiving/hdbextractor/2", - TdbExtractorPath="archiving/tdbextractor/2", + TdbExtractorPath="tango/ca-tts/extractor_dg.1", loglevel="info", ): """ -- GitLab