mirror of
https://github.com/libimobiledevice/libplist
synced 2026-06-08 15:29:34 +00:00
cython: Fix compiler warning by actually using the Uid factory
This commit is contained in:
@@ -848,5 +848,7 @@ cdef object plist_t_to_node(plist_t c_plist, bint managed=True):
|
||||
return Date_factory(c_plist, managed)
|
||||
if t == PLIST_DATA:
|
||||
return Data_factory(c_plist, managed)
|
||||
if t == PLIST_UID:
|
||||
return Uid_factory(c_plist, managed)
|
||||
if t == PLIST_NONE:
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user