Skip to content

Commit

Permalink
It's a dict, not a list... *grumble*
Browse files Browse the repository at this point in the history
  • Loading branch information
Amber Yust committed Oct 6, 2010
1 parent 6f26e42 commit 8ef9ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/process/buildstep.py
Expand Up @@ -1074,7 +1074,7 @@ def setupLogfiles(self, cmd, logfiles):
@param cmd: the LoggedRemoteCommand to add additional logs to.
@param logfiles: a list of tuples (logname,remotefilename)
@param logfiles: a dict of tuples (logname,remotefilename)
specifying additional logs to watch. (note:
the remotefilename component is currently
ignored)
Expand Down

0 comments on commit 8ef9ae8

Please sign in to comment.