From 76c8b0d41a363158893d888362554fe2f27842c4 Mon Sep 17 00:00:00 2001 From: Gerrit User 4142341 <4142341@173816e5-2b9a-37c3-8a2e-48639d4f1153> Date: Tue, 10 Jun 2025 12:22:37 -0700 Subject: [PATCH] Update patch set 14 Patch Set 14: (1 comment) Patch-set: 14 CC: Gerrit User 4142341 <4142341@173816e5-2b9a-37c3-8a2e-48639d4f1153> Attention: {"person_ident":"Gerrit User 1142791 \u003c1142791@173816e5-2b9a-37c3-8a2e-48639d4f1153\u003e","operation":"ADD","reason":"\u003cGERRIT_ACCOUNT_4142341\u003e replied on the change"} --- 3c8bae27ecb8a8d95f814430e8985924f770d63b | 45 ++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 3c8bae27ecb8a8d95f814430e8985924f770d63b diff --git a/3c8bae27ecb8a8d95f814430e8985924f770d63b b/3c8bae27ecb8a8d95f814430e8985924f770d63b new file mode 100644 index 000000000..9ae2e088f --- /dev/null +++ b/3c8bae27ecb8a8d95f814430e8985924f770d63b @@ -0,0 +1,45 @@ +{ + "comments": [ + { + "unresolved": true, + "key": { + "uuid": "07cb2491_4d8b0cb3", + "filename": "git_superproject.py", + "patchSetId": 14 + }, + "lineNbr": 150, + "author": { + "id": 4142341 + }, + "writtenOn": "2025-06-10T19:22:37Z", + "side": 1, + "message": "Is this supposed to be `stderr`?\n\nOn my system, I get the following error message:\n\n```\nAttributeError: \u0027GitCommand\u0027 object has no attribute \u0027stdwerr\u0027. Did you mean: \u0027stderr\u0027?\n```", + "range": { + "startLine": 150, + "startChar": 18, + "endLine": 150, + "endChar": 25 + }, + "fixSuggestions": [ + { + "fixId": "b758b2d0_de64c238", + "description": "prompt_to_edit API", + "replacements": [ + { + "path": "git_superproject.py", + "range": { + "startLine": 150, + "startChar": 0, + "endLine": 151, + "endChar": 0 + }, + "replacement": " p.stderr,\n" + } + ] + } + ], + "revId": "3c8bae27ecb8a8d95f814430e8985924f770d63b", + "serverId": "173816e5-2b9a-37c3-8a2e-48639d4f1153" + } + ] +} \ No newline at end of file