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

Missing whitespace in chemicalFormula warning #238

Closed
matthiaskoenig opened this issue Jun 29, 2022 · 1 comment
Closed

Missing whitespace in chemicalFormula warning #238

matthiaskoenig opened this issue Jun 29, 2022 · 1 comment

Comments

@matthiaskoenig
Copy link

Please change:

message += "The chemicalFormula '";

to

message += " The chemicalFormula '";

in

message += "The chemicalFormula '";

See for instance
opencobra/cobrapy#1242 (comment)

Unfortunately, I cannot create a simple pull request because the repository is having submodules and the respective code is not part of the repository if I fork the repository. Could you provide me access to create pull requests for simple typo fixes?

Best Matthias

fbergmann added a commit that referenced this issue Jun 29, 2022
as requested in #238
@fbergmann fbergmann mentioned this issue Jun 29, 2022
8 tasks
@fbergmann
Copy link
Member

this has now been merged into development and will be part of the next release. Thanks

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

No branches or pull requests

2 participants