plainbox:execution: Fix warning message format issue (BugFix)#2095
Merged
Hook25 merged 1 commit intocanonical:mainfrom Aug 28, 2025
Merged
plainbox:execution: Fix warning message format issue (BugFix)#2095Hook25 merged 1 commit intocanonical:mainfrom
Hook25 merged 1 commit intocanonical:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2095 +/- ##
=======================================
Coverage 52.22% 52.22%
=======================================
Files 391 391
Lines 41950 41950
Branches 7773 7773
=======================================
Hits 21908 21908
Misses 19265 19265
Partials 777 777
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Hook25
approved these changes
Aug 28, 2025
Collaborator
|
thanks! |
Collaborator
|
Please sign your commits |
ba4275f to
423cf08
Compare
The multi-line warning message will need an extra space at the end or the
eginning of the line, otherwise it will print something like:
Please store desired files in $PLAINBOX_SESSION_SHAREand use regular
temporary files for everything else
Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
423cf08 to
320cf6b
Compare
Contributor
Author
Done, thank you. |
bladernr
pushed a commit
that referenced
this pull request
Aug 28, 2025
plainbox:execution: Fix warning message format issue
The multi-line warning message will need an extra space at the end or the
eginning of the line, otherwise it will print something like:
Please store desired files in $PLAINBOX_SESSION_SHAREand use regular
temporary files for everything else
Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
stanley31huang
pushed a commit
that referenced
this pull request
Oct 3, 2025
plainbox:execution: Fix warning message format issue
The multi-line warning message will need an extra space at the end or the
eginning of the line, otherwise it will print something like:
Please store desired files in $PLAINBOX_SESSION_SHAREand use regular
temporary files for everything else
Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The multi-line warning message will need an extra space at the end or the eginning of the line, otherwise it will print something like:
Resolved issues
Described above.
Documentation
Tests
With this fix the warning message won't stick together: