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 55f1527 commit cb5800fCopy full SHA for cb5800f
+stdlib/private/py_set_modtime.m
@@ -4,7 +4,8 @@
4
s = py.os.stat(p);
5
py.os.utime(p, py.tuple(s.st_atime, utc));
6
ok = true;
7
-catch
+catch e
8
+ warning(e.identifier, "%s", e.message)
9
ok = false;
10
end
11
0 commit comments