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

Some output functions can't handle spaces in pathnames #220

Open
jrfaeder opened this issue Dec 6, 2019 · 0 comments
Open

Some output functions can't handle spaces in pathnames #220

jrfaeder opened this issue Dec 6, 2019 · 0 comments

Comments

@jrfaeder
Copy link
Contributor

jrfaeder commented Dec 6, 2019

The attached file generates an error from writeMfile if the path to the output file contains a space in the path. The simulation is carried out, but the model is not written to file prior to the simulation as specified by actions. Both writeMfile and writeMexfile use the same code to open the output file and so both need to be addressed. Both make the function call File::Spec->splitpath($prefix), which is likely where the problem arises.
test.bngl.txt

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

1 participant