Skip to content

Commit e102a9a

Browse files
committed
switch back to dumps
1 parent fdf2d5e commit e102a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra_ml/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
@register_serializer
99
def bytes_repr_Pipeline(obj: Pipeline, cache: Cache):
10-
yield cp.dump(obj)
10+
yield cp.dumps(obj)
1111

1212

1313
def read_file(filename, x_indices=None, target_vars=None, group=None):

0 commit comments

Comments
 (0)