diff --git a/addons/github-integration/scripts/Commit.gd b/addons/github-integration/scripts/Commit.gd index 53e70ce..15a55bd 100644 --- a/addons/github-integration/scripts/Commit.gd +++ b/addons/github-integration/scripts/Commit.gd @@ -116,7 +116,7 @@ func connect_signals(): func request_completed(result, response_code, headers, body ): get_parent().print_debug_message("REQUEST TO API : Request exited with code %s" % response_code) if response_code == 422: - get_parent().print_debug_message(JSON.parse(body.get_string_from_utf8()).result) + get_parent().print_debug_message(str(JSON.parse(body.get_string_from_utf8()).result)) if result == 0: match requesting: REQUESTS.UPLOAD: