Skip to content
Snippets Groups Projects
Verified Commit c21def70 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed warning

parent 378b769d
No related branches found
No related tags found
No related merge requests found
......@@ -266,7 +266,7 @@ sub _print_aip($line) {
}
my $lzaid=$line->{lzaid}?"With lzaid '$line->{lzaid}'":"No lzaid defined";
my $path=$line->{filePath};
my $mapped = $line->{localPath};
my $mapped = $line->{localPath} // "";
foreach my $additional_key (grep {/^localPath\d/} keys %{ $line }) {
my $additional_path = $line->{$additional_key};
$mapped.= " or $additional_path";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment