Accustomed to working both sides of the system call boundary.
Pinned Loading
-
-
Python function for limiting directo...
Python function for limiting directory search depth 1import os
23def _path_depth(path):
4if not os.path.isabs(path):
5raise ValueError(f'Path must be absolute path = {path}')
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.