Skip to content

Commit

Permalink
Oops.
Browse files Browse the repository at this point in the history
Signed-off-by: Bertrand Rix <[email protected]>
  • Loading branch information
obrix committed Jan 27, 2025
1 parent bc36fa5 commit 2f71d8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private static void updateConnectivity(List<LfAction> branchActions, LfNetwork n
connectivity.startTemporaryChanges();

branchActions.forEach(action -> {
if (((AbstractLfBranchAction<?>) action).applyOnConnectivity(network, connectivity)) {
if (!((AbstractLfBranchAction<?>) action).applyOnConnectivity(network, connectivity)) {
LOGGER.warn("Action {} : may not have been applied successfully.", action.getId());
}
});
Expand Down

0 comments on commit 2f71d8a

Please sign in to comment.