Skip to content

Commit

Permalink
feat: minor code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shambhavi-rani committed Sep 18, 2023
1 parent d80bac4 commit 6ac25d4
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 @@ -147,7 +147,7 @@ def get_stale_data(selector, report):
persisted_items = [get_account_definition_key(item) for item in persisted_data_set]
file_items = [get_account_definition_key(item) for item in report]
else:
elsepersisted_items = [item['name'] for item in persisted_data_set]
persisted_items = [item['name'] for item in persisted_data_set]
file_items = [item['name'] for item in report]

for item in persisted_items:
Expand Down

0 comments on commit 6ac25d4

Please sign in to comment.