disambiguate error messages

This commit is contained in:
2024-12-10 18:43:09 +00:00
parent aa164e9d81
commit 26eff0172b

View File

@@ -284,9 +284,9 @@ def write_and_commit(files, message):
if cp_add.returncode != 0:
git_add_returncode = cp_add.returncode
msgdata = (
"Ask a nerd to fix this.\n\n"
"Ask a nerd to fix this.\n\nstderr:\n"
+ cp_add.stderr
+ "\n\n"
+ "\n\nstdout:\n"
+ cp_add.stdout
+ "\n\nreturn code: "
+ str(cp_add.returncode)