Closed parthea closed 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.
owlbot_main
synthtool/languages/python_mono_repo.py
default_version
gcp.common.detect_versions()
https://github.com/googleapis/synthtool/blob/0e18f75634f8f9ba88a14b9054584bf7af57735c/synthtool/languages/python_mono_repo.py#L162-L164
In the
owlbot_main
function insynthtool/languages/python_mono_repo.py
, thedefault_version
argument ofgcp.common.detect_versions()
was missing causing thedefault_version
to not be populated.https://github.com/googleapis/synthtool/blob/0e18f75634f8f9ba88a14b9054584bf7af57735c/synthtool/languages/python_mono_repo.py#L162-L164