Update scripts-dev/sign_json.py
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>pull/8772/head
parent
16cc59878d
commit
ce6ca576ba
|
@ -105,7 +105,7 @@ Example usage:
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
if not isinstance(obj, dict):
|
if not isinstance(obj, dict):
|
||||||
print("Input json was not a dict", file=sys.stderr)
|
print("Input json was not an object", file=sys.stderr)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
sign_json(obj, args.server_name, key)
|
sign_json(obj, args.server_name, key)
|
||||||
|
|
Loading…
Reference in New Issue