We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9311255 commit 97fed3cCopy full SHA for 97fed3c
1 file changed
docker/owlbot/java/src/fix-poms.py
@@ -333,8 +333,8 @@ def main():
333
for dependency_module in existing_modules:
334
if dependency_module in excluded_dependencies_list:
335
continue
336
- artifact_id = existing_modules[dependency_module].artifact_id
337
- if monorepo and not os.path.isdir(artifact_id):
+ dep_artifact_id = existing_modules[dependency_module].artifact_id
+ if monorepo and not os.path.isdir(dep_artifact_id):
338
# In monorepo, existing_modules are loaded form the root
339
# versions.txt and thus includes irrelevant artifacts
340
0 commit comments