Skip to content

Commit

Permalink
add log when cargo login command fails
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Feb 27, 2024
1 parent 614950a commit bc4a9fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kraken-build/src/kraken/std/cargo/tasks/cargo_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ def execute(self) -> TaskStatus:
pass
else:
# unknown error, fail normally
self.logger.error("cargo login failed: %s", p.stderr.decode())
return TaskStatus.failed("could not run cargo login")
return TaskStatus.succeeded()

0 comments on commit bc4a9fb

Please sign in to comment.