mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
chore(ci): do not parse report dir when walking subdirectories
This commit is contained in:
@@ -53,6 +53,8 @@ def recursive_parse(directory, walk_subdirs=False, name_suffix=""):
|
||||
for subdir in dire.iterdir():
|
||||
if walk_subdirs:
|
||||
subdir = subdir.joinpath("new")
|
||||
if not subdir.exists():
|
||||
continue
|
||||
elif subdir.name != "new":
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user