We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d85641 commit 82331e7Copy full SHA for 82331e7
Scripts/o2_linter.py
@@ -1723,7 +1723,7 @@ def main():
1723
if passed:
1724
msg_result = "All tests passed."
1725
if github_mode:
1726
- print(f"::notice title={title_result}::{msg_result}")
+ print(f"\n::notice title={title_result}::{msg_result}")
1727
else:
1728
print(f"\n{title_result}: {msg_result}")
1729
@@ -1733,7 +1733,7 @@ def main():
1733
" followed by the name of the test and parentheses with a reason for the exception."
1734
)
1735
1736
- print(f"::error title={title_result}::{msg_result}")
+ print(f"\n::error title={title_result}::{msg_result}")
1737
print(f"::notice::{msg_disable}")
1738
1739
0 commit comments