Skip to content

Commit 97fed3c

Browse files
committed
not to override global artifact_id
1 parent 9311255 commit 97fed3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/owlbot/java/src/fix-poms.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ def main():
333333
for dependency_module in existing_modules:
334334
if dependency_module in excluded_dependencies_list:
335335
continue
336-
artifact_id = existing_modules[dependency_module].artifact_id
337-
if monorepo and not os.path.isdir(artifact_id):
336+
dep_artifact_id = existing_modules[dependency_module].artifact_id
337+
if monorepo and not os.path.isdir(dep_artifact_id):
338338
# In monorepo, existing_modules are loaded form the root
339339
# versions.txt and thus includes irrelevant artifacts
340340
continue

0 commit comments

Comments
 (0)