Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Conversation

@liyanhui1228
Copy link
Member

@liyanhui1228 liyanhui1228 commented Oct 11, 2018

In py3, pip install apache-beam will install 2.2.0 version; In py2, it will install 2.7.0.

Changed to use the latest version for storing into the dependency info table.

@liyanhui1228 liyanhui1228 requested a review from ylil93 October 11, 2018 20:30

install_name = cs.packages[0].install_name
install_name_sanitized = install_name.split('[')[0] \
if '[' in install_name else install_name
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if there is no '[' in the install_name, install_name.split('[') will return a list of size 1 containing install_name, so I think this line is redundant

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed.

@liyanhui1228 liyanhui1228 merged commit 7da1852 into GoogleCloudPlatform:master Oct 12, 2018
@liyanhui1228 liyanhui1228 deleted the versions branch October 12, 2018 00:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants