File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ class _MatlabFinder(build_py):
6464 no_matlab = "No MATLAB installation found in Windows Registry."
6565 incompatible_ver = "MATLAB version {ver:s} was found, but MATLAB Engine API for Python is not compatible with it. " + \
6666 "To install a compatible version, call python -m pip install matlabengine=={found:s}."
67- invalid_version_from_matlab_release = "Format of MATLAB version '{ver:s}' is invalid." )
68- invalid_version_from_eng = "Format of MATLAB Engine API version '{ver:s}' is invalid." )
67+ invalid_version_from_matlab_release = "Format of MATLAB version '{ver:s}' is invalid."
68+ invalid_version_from_eng = "Format of MATLAB Engine API version '{ver:s}' is invalid."
6969
7070 def set_platform_and_arch (self ):
7171 """
You can’t perform that action at this time.
0 commit comments