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

Fix DNC (isFixed) #105

Merged
merged 1 commit into from
Jul 16, 2020
Merged

Conversation

set-soft
Copy link
Contributor

Now that prefs.pcbConfig is a list we can't do:
opt[1:].lower() == self.prefs.pcbConfig.lower()
I also figured out that there is no need to check for pcbConfig
Additionally this patch inverts the return value so the name of the
function makes sense (was inverted).

Now that prefs.pcbConfig is a list we can't do:
  opt[1:].lower() == self.prefs.pcbConfig.lower()
I also figured out that there is no need to check for pcbConfig
Additionally this patch inverts the return value so the name of the
function makes sense (was inverted).
@SchrodingersGat
Copy link
Owner

Thanks for the fixes :)

@SchrodingersGat SchrodingersGat merged commit 4125cda into SchrodingersGat:master Jul 16, 2020
@set-soft
Copy link
Contributor Author

You welcome.
It would be nice if you drop some comments on the other PRs I sent.
I explained all the PRs here:

https://github.com/INTI-CMNB/KiBoM/blob/master/doc/Fork_PRs.md

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