Skip to content

Commit 03d5169

Browse files
committed
add comment
1 parent ef67514 commit 03d5169

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/synchro.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ def main() -> None:
361361
modified_files = [f"./{f}" for f in sys.argv[1:]]
362362
errored = False
363363
for fname in async_files + gridfs_files:
364+
# If the async file was modified, we don't need to check if the sync file was also modified.
364365
if str(fname) in modified_files:
365366
continue
366367
sync_name = str(fname).replace("asynchronous", "synchronous")

0 commit comments

Comments
 (0)