Skip to content
Snippets Groups Projects
Commit ca43cf5f authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- fix: double call of check_marc21_mods_xsl()

parent 7f25f058
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,6 @@ package SLUB::LZA::SIPBuilderBagIt;
$ua->timeout(3600); #1h
my $xsl_dir = SLUB::LZA::SIPBuilderBagIt::check_xsl_directory();
SLUB::LZA::SIPBuilderBagIt::check_marc21_mods_xsl($xsl_dir, $ua);
my $marc_mods_patched_path = SLUB::LZA::SIPBuilderBagIt::check_marc21_mods_xsl($xsl_dir, $ua);
my $xslt = XML::LibXSLT->new();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment