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 the initial I-D so it builds successfully. #15

Merged
merged 3 commits into from
Apr 6, 2020

Conversation

jyasskin
Copy link
Collaborator

@jyasskin jyasskin commented Apr 3, 2020

This builds on top of #14; only the last 2 commits are new.

@jyasskin jyasskin requested a review from richsalz April 3, 2020 22:58
Copy link
Owner

@richsalz richsalz left a comment

Choose a reason for hiding this comment

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

one comment, not required for merging, your call.

repo_utils.py Outdated
"""
return template.format(**vars())
return template.format(workgroup="" if wg is None else "workgroup: {}\n".format(wg), **vars())
Copy link
Owner

Choose a reason for hiding this comment

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

Maybe split that workgroup assignment into its own statement.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done.

@jyasskin jyasskin merged commit ebf90fc into richsalz:master Apr 6, 2020
@jyasskin jyasskin deleted the fix-initial-i-d branch April 6, 2020 16:59
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