Skip to content

Commit

Permalink
Fix error in error handling (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
roywilly authored Apr 12, 2024
1 parent afaa2ab commit b771960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmu/sumo/uploader/scripts/sumo_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def sumo_upload_main(
_sumo_logger.warning(
"Problem related to Sumo upload for case: %s; %s %s",
case_metadata_path, err, type(err),
extra={'objectUuid': e.fmu_case_uuid_sumo_parent_id}
extra={'objectUuid': e.fmu_case_uuid}
)
return

Expand Down

0 comments on commit b771960

Please sign in to comment.