mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
parent
d0cf13b2c4
commit
1f677725d8
2 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,8 @@ porting tool. If you think it's a bug (which is likely), please file an issue on
|
|||
def listdir_recursive(subdir):
|
||||
files = os.listdir(subdir)
|
||||
for file in files:
|
||||
if file in ["_build", "build"]:
|
||||
continue
|
||||
full = os.path.join(subdir, file)
|
||||
if full == "./subprojects":
|
||||
# skip the subprojects directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue