Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
roywilly committed Jan 22, 2024
1 parent a9fc7a1 commit a0cd303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmu/sumo/uploader/_sumofile.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def upload_to_sumo(self, sumo_parent_id, sumo_connection):
upload_response.update(
{
"status": "failed",
"status_code": 500,
"status_code": err.response.status_code,
"text": str(err),
"blob_upload_response_status_code": err.response.status_code,
"blob_upload_response_text": err.response.reason_phrase,
Expand Down

0 comments on commit a0cd303

Please sign in to comment.