# HG changeset patch # User Jeff Hammel # Date 1341972486 25200 # Node ID 5f39ce13fbbc0263e9a8ec60e55af0c27093cb1a # Parent 82d15f93cc4a7cd60e79bd134cf2ee59184e3979 what i meant diff -r 82d15f93cc4a -r 5f39ce13fbbc talosnames/api.py --- 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`"""