set pcGtsId before adding file to mets

pull/49/head
Konstantin Baierer 3 years ago
parent d784202ae1
commit 5124a60527

@ -57,6 +57,7 @@ class EynollahProcessor(Processor):
} }
Eynollah(**eynollah_kwargs).run() Eynollah(**eynollah_kwargs).run()
file_id = make_file_id(input_file, self.output_file_grp) file_id = make_file_id(input_file, self.output_file_grp)
pcgts.set_pcGtsId(file_id)
self.workspace.add_file( self.workspace.add_file(
ID=file_id, ID=file_id,
file_grp=self.output_file_grp, file_grp=self.output_file_grp,

Loading…
Cancel
Save