Skip to content

Commit

Permalink
add return
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet committed Nov 15, 2024
1 parent 7cfd309 commit 2041ccf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ ($dir, $dir2, $dir3, $dir4)
}
}
die;
return;
}

sub check_if_we_can_move_product_dir_to_off ($dir, $dir2, $dir3, $dir4) {
Expand Down Expand Up @@ -176,6 +177,7 @@ ($dir, $dir2, $dir3, $dir4)
push @empty_dirs, "$dir/$dir2/$dir3/$dir4";
}
}
return;
}

my @products = ();
Expand Down

0 comments on commit 2041ccf

Please sign in to comment.