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

Fix invalid debug log in case of probe module #107

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

klemmpnx
Copy link
Contributor

Fixes an issue with the probe module: In case debug logging is activated, an
error

filesystem error: cannot make canonical path: No such file or directory [/tmp/everest-core/cmake-build-debug-everestdocker/dist/libexec/everest/modules/ProbeModule/manifest.yaml]

is caused by the fs::canonical(manifest_path).string()) command since the ProbeModule's manifest file does not exist.

Signed-off-by: Fabian Klemm <fabian.klemm@pionix.de>
@klemmpnx klemmpnx self-assigned this Oct 20, 2023
@hikinggrass hikinggrass merged commit 8a8be8e into main Oct 20, 2023
2 checks passed
@hikinggrass hikinggrass deleted the fix/invalid-probe-module-log branch October 20, 2023 13:00
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.

2 participants