-
Notifications
You must be signed in to change notification settings - Fork 97
owlbot-java: NoneType object is not iterable #1300
Copy link
Copy link
Closed
googleapis/java-deploy
#39Labels
lang: javaIssues specific to Java.Issues specific to Java.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Owlbot postprocessor image updater is failing on the googleapis/java-deploy repository:
...
Generating missing pom.xml...
/owlbot
updating modules in cloud pom.xml
Traceback (most recent call last):
File "/owlbot/src/fix-poms.py", line 486, in <module>
main()
File "/owlbot/src/fix-poms.py", line 422, in main
update_cloud_pom(f"{artifact_id}/pom.xml", proto_modules, grpc_modules)
File "/owlbot/src/fix-poms.py", line 96, in update_cloud_pom
for m in dependencies
TypeError: 'NoneType' object is not iterable
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
lang: javaIssues specific to Java.Issues specific to Java.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.