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 a5e0d81 commit 97ea983Copy full SHA for 97ea983
1 file changed
+stdlib/set_modtime.m
@@ -23,8 +23,9 @@
23
case 'java'
24
i = stdlib.java.set_modtime(file, time);
25
case 'python'
26
- if stdlib.matlabOlderThan('R2022a'), continue, end
27
- i = stdlib.python.set_modtime(file, time);
+ if stdlib.has_python()
+ i = stdlib.python.set_modtime(file, time);
28
+ end
29
case 'sys'
30
i = stdlib.sys.set_modtime(file, time);
31
otherwise
0 commit comments