diff talosnames/api.py @ 23:5f39ce13fbbc

what i meant
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 10 Jul 2012 19:08:06 -0700
parents 82d15f93cc4a
children c6a042aad739
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`"""