Various non-important fixes and comments

This commit is contained in:
Celine Mercier
2018-07-28 17:07:17 +02:00
parent 895d09b133
commit b98880b7fa
10 changed files with 6 additions and 20 deletions

View File

@ -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