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

bout-add-mod-path: Add support for out-of-source builds #2442

Merged
merged 2 commits into from
Oct 2, 2021

Conversation

dschwoerer
Copy link
Contributor

No description provided.

@dschwoerer dschwoerer added the small-change Changes less than 100 lines - should be quick to review label Oct 1, 2021

if modulepath == None:
modulepath = ask_modpath()
if name == None:
name = ask_name()
if top == None:
top = ask_bouttop()
if build == None:
Copy link
Member

Choose a reason for hiding this comment

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

I think PEP8 prefers is None

ZedThree
ZedThree previously approved these changes Oct 1, 2021
@bendudson bendudson merged commit 696735c into next Oct 2, 2021
@bendudson bendudson deleted the add-modpath-oos branch October 2, 2021 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
small-change Changes less than 100 lines - should be quick to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants