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

Fixed Bug Preventing Script to Work on Windows #13

Merged
merged 1 commit into from
Jun 28, 2020

Conversation

BaronVonPerko
Copy link
Contributor

I was having a lot of trouble running this on Windows 10. I found out that this code:

platform.os.family

was returning Win 32 instead of something that contains the full word Windows. This PR changes the code to simply search for an os family that contains Win.

@ilterra ilterra merged commit 8de6e37 into ilterra:master Jun 28, 2020
@ilterra
Copy link
Owner

ilterra commented Jun 28, 2020

Thanks @BaronVonPerko ,

to avoid this issue and similar ones, I'm working on version 2.1.

It'll parse metadata without the need to check for the OS.

Thanks,

Alberto

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

2 participants