Skip to content

Commit 87cce95

Browse files
authored
Merge pull request #379 from mssonicbld/sonicbld/202603-merge
```<br>* 863af4d - (HEAD -> 202603) Merge branch '202511' of https://github.com/sonic-net/sonic-utilities into 202603 (2026-06-25) [Sonic Automation] * 427a052 - (origin/202511) [Cherry-pick][GCU][MGGMT_INTERFACE] Fix the remove forced_mgmt_routes unexpected value (cherry-pick PR4423) (#4486) (2026-06-23) [Marty Y. Lok]<br>```
2 parents 6f9a736 + 863af4d commit 87cce95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generic_config_updater/patch_sorter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ def _traverse_current(self, ptr, current_tokens):
13021302
yield move
13031303

13041304
def _traverse_current_list(self, ptr, current_tokens):
1305-
if len(ptr) == 0:
1305+
if len(ptr) <= 1:
13061306
yield JsonMove(self.diff, OperationType.REMOVE, current_tokens)
13071307
return
13081308

0 commit comments

Comments
 (0)