From 39c27d868883a8c245c5ddb010accf23e0fc5a9b Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <art1@andreas-romeyke.de> Date: Wed, 2 Sep 2020 12:25:42 +0200 Subject: [PATCH] - minor --- perl/find_problematic_IEXML_files.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl/find_problematic_IEXML_files.pl b/perl/find_problematic_IEXML_files.pl index 5dd65e1..ffe381c 100644 --- a/perl/find_problematic_IEXML_files.pl +++ b/perl/find_problematic_IEXML_files.pl @@ -34,9 +34,10 @@ sub check_xml { location => $filename, no_blanks => 1, compact => 1 - ); + ) }; push @errorneous, $filename if $@; + return; } ## end sub check_xml sub process_sip () { -- GitLab