diff --git a/.gitignore b/.gitignore index db5d92656e0ef91d17a1b04125755f0f8e4d8959..d4a640ff061843e25b935cd625e3393e0c1663fd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ tests/json* lib/ bin/ obj/ +-1.log # Standard template *.org~ diff --git a/binarycpython/utils/functions.py b/binarycpython/utils/functions.py index 045e9c6c91978ebb8d56c552bb7d916426963fb0..9691f1f55539eeb010f89bf87f674dee20064562 100644 --- a/binarycpython/utils/functions.py +++ b/binarycpython/utils/functions.py @@ -1413,7 +1413,7 @@ def inspect_dict( type(input_dict[key]) (except if the value is a dict) """ - new_dict = OrderedDict() # TODO: check if this still works + structure_dict = OrderedDict() # TODO: check if this still works # for key, value in input_dict.items():