[Python-checkins] r85150 - tracker/instances/python-dev/lib/identify_patch.py

martin.v.loewis python-checkins at python.org
Fri Oct 1 23:10:44 CEST 2010


Author: martin.v.loewis
Date: Fri Oct  1 23:10:44 2010
New Revision: 85150

Log:
Fix typo


Modified:
   tracker/instances/python-dev/lib/identify_patch.py

Modified: tracker/instances/python-dev/lib/identify_patch.py
==============================================================================
--- tracker/instances/python-dev/lib/identify_patch.py	(original)
+++ tracker/instances/python-dev/lib/identify_patch.py	Fri Oct  1 23:10:44 2010
@@ -72,7 +72,7 @@
             if lookfor == rev:
                 result = branch
     db.commit()
-    return branch
+    return result
 
 # this runs as a cron job every 30min
 if __name__=='__main__':


More information about the Python-checkins mailing list