From 5124a6052747441c80374879b809e5d29b65d275 Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Tue, 27 Jul 2021 11:51:56 +0200 Subject: [PATCH] set pcGtsId before adding file to mets --- qurator/eynollah/processor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qurator/eynollah/processor.py b/qurator/eynollah/processor.py index 1997892..41b12ae 100644 --- a/qurator/eynollah/processor.py +++ b/qurator/eynollah/processor.py @@ -57,6 +57,7 @@ class EynollahProcessor(Processor): } Eynollah(**eynollah_kwargs).run() file_id = make_file_id(input_file, self.output_file_grp) + pcgts.set_pcGtsId(file_id) self.workspace.add_file( ID=file_id, file_grp=self.output_file_grp,