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 ef67514 commit 03d5169Copy full SHA for 03d5169
tools/synchro.py
@@ -361,6 +361,7 @@ def main() -> None:
361
modified_files = [f"./{f}" for f in sys.argv[1:]]
362
errored = False
363
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.
365
if str(fname) in modified_files:
366
continue
367
sync_name = str(fname).replace("asynchronous", "synchronous")
0 commit comments