mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-12-12 03:22:18 +00:00
bug typo fixed
This commit is contained in:
parent
cb9bfbf5d2
commit
aa164e9d81
@ -305,10 +305,10 @@ def write_and_commit(files, message):
|
|||||||
msgdata = (
|
msgdata = (
|
||||||
"Commands: " + str(commands) +
|
"Commands: " + str(commands) +
|
||||||
"Ask a nerd to fix this.\n\n"
|
"Ask a nerd to fix this.\n\n"
|
||||||
+ "Stderr: " + cp_status.stderr
|
+ "Stderr: " + cm_status.stderr
|
||||||
+ "\n\n"
|
+ "\n\n"
|
||||||
+ "Stdout: " + cp_status.stdout
|
+ "Stdout: " + cm_status.stdout
|
||||||
+ "\n\nreturn code: " + str(cp_status.returncode)
|
+ "\n\nreturn code: " + str(cm_status.returncode)
|
||||||
+ "\n\ngit add return code in previous operation was: " + git_add_returncode
|
+ "\n\ngit add return code in previous operation was: " + git_add_returncode
|
||||||
)
|
)
|
||||||
raise WriteAndCommitError(
|
raise WriteAndCommitError(
|
||||||
|
Loading…
Reference in New Issue
Block a user