-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video Intelligence: Add empty lines (via synth). #8077
Conversation
…API or client library generator.
_GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution( | ||
"google-cloud-videointelligence" | ||
"google-cloud-video-intelligence" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what generator change is making this happen. 😕
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we need to extend this synth replacement to cover the spread out version:
google-cloud-python/videointelligence/synth.py
Lines 52 to 56 in ba1ddc2
s.replace( | |
"**/*/*video_intelligence_service_client.py", | |
"'google-cloud-video-intelligence', \).version", | |
"'google-cloud-videointelligence', ).version", | |
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@busunkim96 I have a manual synth PR coming which fixes the replacement.
Superseded by #8104. |
This PR was generated using Autosynth. 🌈
Here's the log from Synthtool: