Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit f821ab3

Browse files
committed
fix
1 parent afdb1ef commit f821ab3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/mplib/MPSharedList.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ def bake_data(obj_list):
101101

102102
ArrayFillerSubprocessor(sh_b, [ (data_offset+offsets[i], obj_pickled_ar[i] ) for i in range(obj_count) ] ).run()
103103

104-
return obj_count, table_offset, data_offset, sh_b
104+
return obj_count, table_offset, data_offset, sh_b
105+
return 0, 0, 0, None
105106

106107

107108

0 commit comments

Comments
 (0)