Skip to content

Commit

Permalink
wip2
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Feb 4, 2025
1 parent fe7adb7 commit fcdc1ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edalize/tools/vcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def absorb_node(nodes, node_to_absorb):
self.workdirs = []
target_files = []
libdeps = self.edam.get("library_dependencies", {})
for lib, files in libdeps.copy().items():
if not files:
for lib in libdeps.copy():
if not lib in libs:
absorb_node(libdeps, lib)

for lib, files in libs.items():
Expand Down

0 comments on commit fcdc1ec

Please sign in to comment.