summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.py b/project.py
index 4056860c..4780316c 100644
--- a/project.py
+++ b/project.py
@@ -810,7 +810,7 @@ class Project(object):
810 810
811 if cb and cb not in kill: 811 if cb and cb not in kill:
812 kill.append(cb) 812 kill.append(cb)
813 kill.sort() 813 kill.sort()
814 814
815 kept = [] 815 kept = []
816 for branch in kill: 816 for branch in kill: