Skip to content

Commit 2e08637

Browse files
committed
repo_config: switch stdioLogName back to None
1 parent 5351893 commit 2e08637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot_nix/buildbot_nix/repo_config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async def extract_during_step(cls, buildstep: BuildStepShellMixin) -> Self:
2828
cmd = await buildstep.makeRemoteShellCommand(
2929
collectStdout=True,
3030
collectStderr=True,
31-
stdioLogName="stdio",
31+
stdioLogName=None,
3232
# TODO: replace this with something like buildbot.steps.transfer.StringUpload
3333
# in the future... this one doesn't not exist yet.
3434
command=[

0 commit comments

Comments
 (0)