From aa164e9d81c397e89c4d9e64e014e0b08e4e5a1d Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 10 Dec 2024 17:46:13 +0000 Subject: [PATCH] bug typo fixed --- core/utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/utils.py b/core/utils.py index 624cfff..09e5309 100644 --- a/core/utils.py +++ b/core/utils.py @@ -305,10 +305,10 @@ def write_and_commit(files, message): msgdata = ( "Commands: " + str(commands) + "Ask a nerd to fix this.\n\n" - + "Stderr: " + cp_status.stderr + + "Stderr: " + cm_status.stderr + "\n\n" - + "Stdout: " + cp_status.stdout - + "\n\nreturn code: " + str(cp_status.returncode) + + "Stdout: " + cm_status.stdout + + "\n\nreturn code: " + str(cm_status.returncode) + "\n\ngit add return code in previous operation was: " + git_add_returncode ) raise WriteAndCommitError(