Skip to content

Commit

Permalink
Update Commit.gd
Browse files Browse the repository at this point in the history
  • Loading branch information
fenix-hub authored Dec 21, 2020
1 parent 7621a7b commit 709d49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/github-integration/scripts/Commit.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 709d49d

Please sign in to comment.