mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix new code smell
This commit is contained in:
parent
251bf05692
commit
c90f831493
@ -627,6 +627,7 @@ def directory_diff(source_dict, target_dict, ignore_keys=[], difference=None):
|
||||
for index in range(len(source_dict[key])):
|
||||
source = copy.deepcopy(source_dict[key][index])
|
||||
if isinstance(source, list):
|
||||
# This block is empty will figure out some scenario
|
||||
pass
|
||||
elif isinstance(source, dict):
|
||||
# Check the above keys are exist in the dictionary
|
||||
|
Loading…
Reference in New Issue
Block a user