Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Future-Outlier <[email protected]>
  • Loading branch information
Future-Outlier committed Jan 22, 2025
1 parent 1d18265 commit 96500c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flytepropeller/pkg/controller/nodes/task/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ func (p *pluginRequestedTransition) RemoveDeckURIIfDeckNotExists(ctx context.Con
exists, err := reader.DeckExists(ctx)
if err != nil {
logger.Errorf(ctx, "Failed to check deck file existence. Error: %v", err)
if p.execInfo.OutputInfo != nil {
p.execInfo.OutputInfo.DeckURI = nil
}
p.execInfo.OutputInfo.DeckURI = nil
return regErrors.Wrapf(err, "failed to check existence of deck file")

Check warning on line 107 in flytepropeller/pkg/controller/nodes/task/handler.go

View check run for this annotation

Codecov / codecov/patch

flytepropeller/pkg/controller/nodes/task/handler.go#L102-L107

Added lines #L102 - L107 were not covered by tests
}
Expand Down

0 comments on commit 96500c1

Please sign in to comment.