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 86546a9 commit 63544d0Copy full SHA for 63544d0
mypyc/build.py
@@ -299,7 +299,7 @@ def write_file(path: str, contents: str) -> None:
299
# together (like in a test) setuptools might not realize the source is newer
300
# than the new artifact.
301
# XXX: This is bad though.
302
- new_mtime = os.stat(path).st_mtime + 2
+ new_mtime = os.stat(path).st_mtime + 1
303
os.utime(path, times=(new_mtime, new_mtime))
304
305
0 commit comments