Mercurial > mozilla > hg > talosnames
changeset 23:5f39ce13fbbc
what i meant
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 10 Jul 2012 19:08:06 -0700 |
parents | 82d15f93cc4a |
children | 56d267d847e1 |
files | talosnames/api.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/talosnames/api.py Tue Jul 10 19:04:23 2012 -0700 +++ b/talosnames/api.py Tue Jul 10 19:08:06 2012 -0700 @@ -108,7 +108,7 @@ def buildbot_command(self, name): """gets the buildbot command for a particular suite""" - return self.buildbot_commands.get(name[:]) + return self.buildbot_commands.get(name)[:] def talos_config(self, name): """returns talos configuration for suite `name`"""