We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154a670 commit 553a325Copy full SHA for 553a325
+stdlib/+python/private/pythonException.m
@@ -4,7 +4,7 @@ function pythonException(e)
4
case {'MATLAB:Python:PythonUnavailable', 'MATLAB:undefinedVarOrClass'}
5
% Python not available or Python imported module not available
6
case 'MATLAB:Python:PyException'
7
- if ~contains(e.message, ["is not in the subpath of", "NotADirectoryError", "FileNotFoundError"])
+ if ~contains(e.message, ["NotImplementedError", "is not in the subpath of", "NotADirectoryError", "FileNotFoundError"])
8
rethrow(e)
9
end
10
otherwise, rethrow(e)
0 commit comments