From ce6ca576ba14536340628f20a023bacee2d23183 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Thu, 19 Nov 2020 18:34:54 +0000 Subject: [PATCH] Update scripts-dev/sign_json.py Co-authored-by: Patrick Cloke --- scripts-dev/sign_json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts-dev/sign_json.py b/scripts-dev/sign_json.py index 127cc195ca..44553fb79a 100755 --- a/scripts-dev/sign_json.py +++ b/scripts-dev/sign_json.py @@ -105,7 +105,7 @@ Example usage: sys.exit(1) 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) sign_json(obj, args.server_name, key)