diff options
-rw-r--r-- | avfs.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -96,6 +96,8 @@ def find(path, excludes): name = os.path.basename(path) mode = get_lstat_mode(sys_path) + if mode is None: + return if name in excludes: return |
index : exportctrl | ||
Export-control scanning tools | SFLC |
summaryrefslogtreecommitdiff |
-rw-r--r-- | avfs.py | 2 |
@@ -96,6 +96,8 @@ def find(path, excludes): name = os.path.basename(path) mode = get_lstat_mode(sys_path) + if mode is None: + return if name in excludes: return |