Skip to content
Commit 413d8767 authored by Ed Tanous's avatar Ed Tanous Committed by Ed Tanous
Browse files

Fix shadowing of parameter in scripts



The python registries script used the variable json, which conflicts
with the "import json" module.  This commit changes the name of the
variable to json_dict, which is hopefully a more generic name:

Tested:
Ran script, observed same behavior.  Registries are out of date, but
will be updated in a later commit.

Signed-off-by: default avatarEd Tanous <edtanous@google.com>
Change-Id: Icedc1d79ff5c9d8bfc8fe5eac96a1c6ea059272a
parent 22db1728
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment