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

Delegate file not found error to caller #761

Merged
merged 5 commits into from
Dec 19, 2024

Conversation

rawalexe
Copy link
Member

Issue #, if available:

Description of changes:

  • Also updates some documentation errors

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

docs/INSTALL.md Outdated Show resolved Hide resolved
docs/INSTALL.md Outdated Show resolved Hide resolved
docs/examples/sample.ggLitePython/README.md Outdated Show resolved Hide resolved
docs/examples/sample.ggLitePython/README.md Outdated Show resolved Hide resolved
@@ -488,9 +488,6 @@ GglError ggl_file_read_path_at(int dirfd, GglBuffer path, GglBuffer *content) {
int fd;
GglError ret = ggl_file_openat(dirfd, path, O_RDONLY, 0, &fd);
if (ret != GGL_ERR_OK) {
GGL_LOGD(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did we remove this?
Since this failed and we exit here, I suggest we make it an error log.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be a Error not a debug

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So why did we not make it an error log?

docs/FLEET_PROVISIONING.md Outdated Show resolved Hide resolved
docs/FLEET_PROVISIONING.md Outdated Show resolved Hide resolved
@rawalexe rawalexe merged commit c14fc18 into aws-greengrass:main Dec 19, 2024
15 checks passed
Copy link
Member

@thomas-roos thomas-roos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants