Show More
@@ -650,7 +650,7 b' class queue(object):' | |||||
650 | self.seriesdirty = True |
|
650 | self.seriesdirty = True | |
651 |
|
651 | |||
652 | def pushable(self, idx): |
|
652 | def pushable(self, idx): | |
653 |
if isinstance(idx, |
|
653 | if isinstance(idx, bytes): | |
654 | idx = self.series.index(idx) |
|
654 | idx = self.series.index(idx) | |
655 | patchguards = self.seriesguards[idx] |
|
655 | patchguards = self.seriesguards[idx] | |
656 | if not patchguards: |
|
656 | if not patchguards: |
General Comments 0
You need to be logged in to leave comments.
Login now