Skip to content

Commit 8a08fff

Browse files
committed
PackedArray must do the same
1 parent 9ff8641 commit 8a08fff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wolframclient/language/array.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ def _valid_type_or_fail(self, type):
4747
"Type %s is not one of the supported packed array types: %s."
4848
% (type, ", ".join(sorted(constants.VALID_PACKED_ARRAY_LABEL_TYPES)))
4949
)
50+
return type

0 commit comments

Comments
 (0)