Skip to content
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

Pull Request for #164: Error parsing gslab_tools version #165

Merged
merged 4 commits into from
Oct 22, 2018

Conversation

DavidRitzwoller
Copy link
Contributor

@DavidRitzwoller DavidRitzwoller commented Oct 17, 2018

@Shun-Yang Can you check that my bug fix is implemented correctly? Thread at #164.

@DavidRitzwoller
Copy link
Contributor Author

@Shun-Yang We are not correctly comparing versions
screen shot 2018-10-18 at 11 23 49 am
I'll look to find a fix

@DavidRitzwoller
Copy link
Contributor Author

@Shun-Yang The preceding commit fixes the logical errors that caused this behavior.

@@ -79,7 +79,7 @@ def check_gslab_version(required, installed):
up_to_date = False

Choose a reason for hiding this comment

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

Suggested change
up_to_date = False
out_dated = False

Copy link

@Shun-Yang Shun-Yang left a comment

Choose a reason for hiding this comment

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

@DavidRitzwoller this looks good! Let's just change the variable name to avoid more confusion...

@DavidRitzwoller DavidRitzwoller merged commit 9844427 into master Oct 22, 2018
@DavidRitzwoller DavidRitzwoller deleted the issue164_parse branch October 22, 2018 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants