Show More
@@ -700,7 +700,7 class queue(object): | |||
|
700 | 700 | fp.write("%s\n" % i) |
|
701 | 701 | fp.close() |
|
702 | 702 | if self.applieddirty: |
|
703 |
writelist(map( |
|
|
703 | writelist(map(bytes, self.applied), self.statuspath) | |
|
704 | 704 | self.applieddirty = False |
|
705 | 705 | if self.seriesdirty: |
|
706 | 706 | writelist(self.fullseries, self.seriespath) |
General Comments 0
You need to be logged in to leave comments.
Login now