Skip to content

Commit 1e1923f

Browse files
committed
[ci] fix test script error, use octavezmat when java is not available
1 parent 9136019 commit 1e1923f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

savejson.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
matlab.net.base64decode('test');
214214
end
215215
catch
216-
error('java-based compression is not supported');
216+
warning('java-based compression is not supported');
217217
end
218218
end
219219
opt.Compression = dozip;

0 commit comments

Comments
 (0)