Skip to content

Commit

Permalink
Update resource_info.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
asr2003 authored Dec 14, 2024
1 parent e1572b6 commit d76714a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nativelink-util/src/resource_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ impl<'a> ResourceInfo<'a> {
&mut end_bytes_processed,
)
.err_tip(|| format!("{ERROR_MSG} in {resource_name}"))?;

error_if!(
end_state != State::OptionalMetadata,
"Expected the final state to be OptionalMetadata. Got: {end_state:?} for {resource_name} is_upload: {is_upload}"
Expand Down

0 comments on commit d76714a

Please sign in to comment.