Update scripts-dev/sign_json.py

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
pull/8772/head
Richard van der Hoff 2020-11-19 18:34:54 +00:00 committed by GitHub
parent 16cc59878d
commit ce6ca576ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)