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

Create output compatible with MPSProto #64

Merged
merged 6 commits into from
Dec 11, 2023
Merged

Create output compatible with MPSProto #64

merged 6 commits into from
Dec 11, 2023

Conversation

rnmitchell
Copy link
Contributor

Add the option of creating files for use in MPSproto using the sequence bracketed form.

@rnmitchell rnmitchell marked this pull request as ready for review December 6, 2023 15:13
@rnmitchell
Copy link
Contributor Author

Ready for review @standage

Copy link
Member

@standage standage left a comment

Choose a reason for hiding this comment

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

Straightforward, looks good!

if software == "efm" and separate is False:
if (software == "efm" or software == "mpsproto") and separate is False:
Copy link
Member

Choose a reason for hiding this comment

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

Another way of implementing this conditional is if software in ("efm", "mpsproto"):. This is more concise, but I'm not sure it's clearer; in any case, this is more of an FYI and not a suggestion for this PR.

@standage standage merged commit 0301fca into master Dec 11, 2023
3 checks passed
@standage standage deleted the mpsproto branch December 11, 2023 20:28
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