Skip to content

Commit

Permalink
fix: stale config report format
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs committed Aug 27, 2024
1 parent e429505 commit cbb1f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deployToDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def get_stale_data(selector, report):

for item in persisted_items:
if item not in file_items:
stale_config_report.append({item})
stale_config_report.append(item)

return stale_config_report

Expand Down

0 comments on commit cbb1f29

Please sign in to comment.