Should solde issue #56
This commit is contained in:
@ -54,7 +54,7 @@ cdef class ProgressBar:
|
|||||||
cdef bint ontty
|
cdef bint ontty
|
||||||
cdef int fd
|
cdef int fd
|
||||||
|
|
||||||
cdef bytes head
|
cdef bytes _head
|
||||||
cdef char *chead
|
cdef char *chead
|
||||||
|
|
||||||
cdef object logger
|
cdef object logger
|
||||||
|
@ -45,7 +45,7 @@ cdef class ProgressBar:
|
|||||||
maxi=1
|
maxi=1
|
||||||
|
|
||||||
self.maxi = maxi
|
self.maxi = maxi
|
||||||
self._head = str2bytes(head)
|
self.head = head
|
||||||
self.chead= self._head
|
self.chead= self._head
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user