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

Update to PR [#6926] #7064

Merged
merged 1 commit into from Oct 22, 2020
Merged

Update to PR [#6926] #7064

merged 1 commit into from Oct 22, 2020

Conversation

chmodsss
Copy link
Contributor

The original issue was [#6496], where the --version command breaks in windows.
Eventhough the PR[#6926] solved the problem, it looked a bit complicated of parsing twice.

Proposed changes:

  • In this fix, I used platform.python_version() to solve the issue. Totally removed the sys.version function.
  • Working both in windows and linux.

Status (please check what you already did):

  • added some tests for the functionality
  • updated the documentation
  • updated the changelog (please check changelog for instructions)
  • reformat files using black (please check Readme for instructions)

The original issue was [RasaHQ#6496], where the --version command breaks in windows.
Eventhough the PR[RasaHQ#6926] solved the problem, it looked a bit complicated of parsing twice. In this fix, I used platform.python_version() to solve the issue. 
Working both in windows and linux.
@CLAassistant
Copy link

CLAassistant commented Oct 19, 2020

CLA assistant check
All committers have signed the CLA.

@sara-tagger
Copy link
Collaborator

Thanks for submitting a pull request 🚀 @dakshvar22 will take a look at it as soon as possible ✨

@erohmensing
Copy link
Contributor

Hey @chmodsss, thanks so much for the PR. Would you mind rebasing this to merge it into the 2.0.x branch, so we can release it in a micro?

@erohmensing erohmensing requested review from erohmensing and removed request for dakshvar22 October 21, 2020 09:08
@chmodsss chmodsss changed the base branch from master to 2.0.x October 21, 2020 15:06
@erohmensing
Copy link
Contributor

Sorry, I should have clarified, changing the base branch doesn't do it alone, you have to change the base of where the changes come from. I'd do it on your branch if I could! I'll just merge this PR into master and cherry-pick your fix, no problem :)

@erohmensing erohmensing changed the base branch from 2.0.x to master October 22, 2020 09:22
@erohmensing erohmensing merged commit 4d4c28a into RasaHQ:master Oct 22, 2020
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.

None yet

4 participants