Skip to content

Commit 5870256

Browse files
committed
repo_config: ignore stdioLogName type error
1 parent 624f8ec commit 5870256

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=None,
31+
stdioLogName=None, # type: ignore[arg-type]
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)