googleapis / synthtool

Apache License 2.0
89 stars 84 forks source link

chore(python): fix missing default version in monorepo #1861

Closed parthea closed 1 year ago

parthea commented 1 year ago

In the owlbot_main function in synthtool/languages/python_mono_repo.py, the default_version argument of gcp.common.detect_versions() was missing causing the default_version to not be populated.

https://github.com/googleapis/synthtool/blob/0e18f75634f8f9ba88a14b9054584bf7af57735c/synthtool/languages/python_mono_repo.py#L162-L164