Skip to content

Commit 0bff358

Browse files
Touch the state file to update its modification time
1 parent 566c817 commit 0bff358

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bootstrap.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,9 @@ def main(argv):
880880

881881
log("Finished")
882882

883+
# touch the state cache file
884+
os.utime(state_filename, None);
885+
883886
return 0
884887

885888
if __name__ == "__main__":

0 commit comments

Comments
 (0)