def check_path_owner(path): # type: (str) -> bool # If we don't have a way to check the effective uid of this process, then # we'll just assume that we own the directory. if sys.platform == "win32" or not hasattr(os, "geteuid"): return True ...
AttributeError: module 'os' has no attribute 'waitid' Desktop (please complete the following information): OS: macos MOJAVE[Linux] SAS Version: 9.4M4 SASPy Version: Python 3.7.4 [Clang 4.0.1 (tags/RELEASE_401/final)] Copy link Contributor ...