Skip to content

Commit

Permalink
Add raw_data: Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nadinet committed Mar 25, 2021
1 parent 71315cc commit 1acd12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/seldon_core/seldon_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,7 @@ def grpc_predict_gateway(
if isinstance(raw_data, prediction_pb2.SeldonMessage):
request = raw_data
elif raw_data is not None:
request = json_to_seldon_message(raw_request)
request = json_to_seldon_message(raw_data)
else:
if bin_data is not None:
request = prediction_pb2.SeldonMessage(binData=bin_data, meta=metaKV)
Expand Down

0 comments on commit 1acd12d

Please sign in to comment.