Show More
@@ -1185,7 +1185,7 b' class queue(object):' | |||||
1185 | except error.Abort: |
|
1185 | except error.Abort: | |
1186 | pass |
|
1186 | pass | |
1187 | i += 1 |
|
1187 | i += 1 | |
1188 |
name = '%s__% |
|
1188 | name = '%s__%d' % (namebase, i) | |
1189 | return name |
|
1189 | return name | |
1190 |
|
1190 | |||
1191 | def checkkeepchanges(self, keepchanges, force): |
|
1191 | def checkkeepchanges(self, keepchanges, force): |
General Comments 0
You need to be logged in to leave comments.
Login now