changeset 120:9f7e39e52739

remember to call the function
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 22 Jan 2011 18:22:06 -0800
parents bc1bd60006a0
children 2a39995f0e2c
files autobot/changes/poller.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autobot/changes/poller.py	Sat Jan 22 18:20:58 2011 -0800
+++ b/autobot/changes/poller.py	Sat Jan 22 18:22:06 2011 -0800
@@ -367,7 +367,7 @@
         return d
 
     def _get_commit_files_from_output(self, output):
-        fileList = output.strip.split()
+        fileList = output.strip().split()
         self.commitInfo['files'] = fileList
         return self.commitInfo['files']