Various non-important fixes and comments
This commit is contained in:
@ -601,7 +601,7 @@ cdef class Line_selection(list):
|
||||
|
||||
cpdef View materialize(self,
|
||||
object view_name,
|
||||
object comments=""):
|
||||
object comments=b""):
|
||||
|
||||
cdef bytes view_name_b = tobytes(view_name)
|
||||
cdef bytes comments_b
|
||||
|
Reference in New Issue
Block a user