-
Notifications
You must be signed in to change notification settings - Fork 17
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
Modelica source files outside of the directory of the parser are not found #225
Comments
Attaching the stacktrace:
|
@KarlWalther it seems that the error might be with creating a directory. Can you try this with a
|
@anandkp92 you mean with an empty
|
to recreate the issue place the Modelica source file (here multIn.mo) outside of the directory of the parser, for example:
node app.js -f ..\modelicaForTranslator\multIn.mo -o cxf
Absolute paths don't work either.
The text was updated successfully, but these errors were encountered: