summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-08-21 15:59:57 +0200
committerDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-08-21 19:55:30 +0200
commite20fb3d6f14f13fe209e86e65a9fc38cfeabfa31 (patch)
treef4c36eb6ae49103edd3a5587985f4081d4b98842
parent6a26983ffb61565d93e52cf9de5f02cee500e42e (diff)
downloadpylint-git-e20fb3d6f14f13fe209e86e65a9fc38cfeabfa31.tar.gz
Fix up the message about ``astroid-error`` in the comment
-rw-r--r--pylint/testutils/_primer/primer_compare_command.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/pylint/testutils/_primer/primer_compare_command.py b/pylint/testutils/_primer/primer_compare_command.py
index 48953b7f1..e161dce19 100644
--- a/pylint/testutils/_primer/primer_compare_command.py
+++ b/pylint/testutils/_primer/primer_compare_command.py
@@ -94,10 +94,8 @@ class CompareCommand(PrimerCommand):
if astroid_errors:
comment += (
- f"{astroid_errors} error(s) were found stemming from the `astroid` library. "
- "This is unlikely to have been caused by your changes. "
- "A GitHub Actions warning links directly to the crash report template. "
- "Please open an issue against `astroid` if one does not exist already. \n\n"
+ f'{astroid_errors} "astroid error(s)" were found. '
+ "Please open the GitHub Actions log to see what failed or crashed.\n\n"
)
if new_non_astroid_messages:
comment += (