Skip to content

Fix for Implicit string concatenation in a list#110

Merged
PaulWinterstein merged 1 commit into
mainfrom
finding-autofix-519
May 27, 2026
Merged

Fix for Implicit string concatenation in a list#110
PaulWinterstein merged 1 commit into
mainfrom
finding-autofix-519

Conversation

@PaulWinterstein
Copy link
Copy Markdown
Collaborator

The correct fix is to add the missing comma after "unprocessed" in allowed_diff_types so each allowed DeepDiff type remains a distinct list item.

Best single fix (no functional redesign, minimal change):

  • File: src/videoipath_automation_tool/apps/topology/model/topology_device_configuration_compare.py
  • Region: allowed_diff_types definition inside compare_nGraphElement
  • Change line with "unprocessed" to include a trailing comma.

No new methods/imports/definitions are needed.

Suggested fixes powered by Copilot Autofix. Review carefully before merging.

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@PaulWinterstein PaulWinterstein marked this pull request as ready for review May 27, 2026 19:06
@PaulWinterstein PaulWinterstein self-assigned this May 27, 2026
@PaulWinterstein PaulWinterstein merged commit dee290b into main May 27, 2026
8 checks passed
@PaulWinterstein PaulWinterstein deleted the finding-autofix-519 branch May 27, 2026 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant