Commit 962012f
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>
coreos#4253 (comment)1 parent a9e3a95 commit 962012f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
449 | | - | |
| 449 | + | |
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
| |||
0 commit comments