Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/build: drive-by error handling tweaks #901

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

mvo5
Copy link
Contributor

@mvo5 mvo5 commented Sep 4, 2024

A quick drive-by commit to tweak the error handling in cmd/build to make it more idiomatic go, i.e. use %w and drop the \n from errors (this should not affect the UX as the fmt.Fprintf() that handles the error adds a \n).

A quick drive-by commit to tweak the error handling in `cmd/build`
to make it more idiomatic go, i.e. use `%w` and drop the `\n` from
errors (this should not affect the UX as the fmt.Fprintf() that
handles the error adds a `\n`).
@supakeen supakeen added this pull request to the merge queue Sep 4, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 4, 2024
@achilleas-k achilleas-k added this pull request to the merge queue Sep 5, 2024
Merged via the queue into osbuild:main with commit 6028f36 Sep 5, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants