Skip to content

Commit

Permalink
Resolved review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzezula committed Jul 24, 2023
1 parent 85fd0a2 commit 77d0221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mx.py
Original file line number Diff line number Diff line change
Expand Up @@ -11313,6 +11313,7 @@ def _addDevAttr(name, default=None):
for dep in directDistDeps:
if dep.isLayoutDirDistribution():
# LayoutDirDistribution is always embedded in the dependent distribution.
logv(f"_genPom({dist}): ignoring layout dir dependency {dep} because it's embedded")
continue
if dep.suite.internal:
warn(f"_genPom({dist}): ignoring internal dependency {dep}")
Expand Down

0 comments on commit 77d0221

Please sign in to comment.