Skip to content

Commit 86546a9

Browse files
committed
???
1 parent 497c0db commit 86546a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def write_file(path: str, contents: str) -> None:
299299
# together (like in a test) setuptools might not realize the source is newer
300300
# than the new artifact.
301301
# XXX: This is bad though.
302-
new_mtime = os.stat(path).st_mtime + 1
302+
new_mtime = os.stat(path).st_mtime + 2
303303
os.utime(path, times=(new_mtime, new_mtime))
304304

305305

0 commit comments

Comments
 (0)