Commit fe32f47
committed
cmd-diff: fix superfluous .stdout call
The .stdout at the end of this line is unnecessary and has no effect.
When stdout is redirected to a file object, the stdout attribute of
the returned CompletedProcess object is None.
Assisted-By <gemini-code-assist>
#4253 (comment)1 parent b8ea014 commit fe32f47
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | | - | |
| 452 | + | |
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
| |||
0 commit comments