Skip to content

Commit 31ebc84

Browse files
kkarisjohnbachman
authored andcommitted
Refactor of nest_dict function.
1 parent 3e0b35d commit 31ebc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db_nest_dict_to_jsons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def _dump_it_to_json(fname, pyobj):
3838
nest_dict = pkl.load(file=pr)
3939

4040
# Create nested dict
41-
nest_dict_out = dnf.nest_dict()
41+
nest_dict_out = dnf.create_nested_dict()
4242

4343
# Convert hash to strings
4444
for s, inner_d in nest_dict.items():

0 commit comments

Comments
 (0)