Skip to content

Commit 578abd0

Browse files
yocaleboVladimir Vinogradenko
authored andcommitted
default to "py-libzfs:" history_prefix
(cherry picked from commit 978a4a2)
1 parent 564ed50 commit 578abd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libzfs.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ cdef class ZFS(object):
423423
cdef char *history_prefix
424424
proptypes = {}
425425

426-
def __cinit__(self, history=True, history_prefix='', mnttab_cache=True):
426+
def __cinit__(self, history=True, history_prefix='py-libzfs:', mnttab_cache=True):
427427
cdef zfs.zfs_type_t c_type
428428
cdef prop_iter_state iter
429429
self.mnttab_cache_enable=mnttab_cache

0 commit comments

Comments
 (0)