diff --git a/eden/fs/cli/util.py b/eden/fs/cli/util.py index 13badc1cef4a1..e50121a08a663 100644 --- a/eden/fs/cli/util.py +++ b/eden/fs/cli/util.py @@ -648,6 +648,7 @@ def split_inodes_by_operation_type( def fdatasync(fd: int) -> None: + # pyre-fixme [16]: Undefined attribute getattr(os, "fdatasync", os.fsync)(fd)