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

EXPORT_FOLDER path concatenation missing a separator. #45

Open
andrew-otiv opened this issue Jun 22, 2023 · 1 comment
Open

EXPORT_FOLDER path concatenation missing a separator. #45

andrew-otiv opened this issue Jun 22, 2023 · 1 comment

Comments

@andrew-otiv
Copy link

Example: If you set EXPORT_FOLDER=foo/bar, the uml file will be generated at foo/barSomeStateMachine.uml

i.e. if this is string concatenation, the trailing slash is missing.

Temporary workaround: Make sure you include a trailing slash in the EXPORT_FOLDER environment variable.

@jmg-duarte
Copy link
Contributor

This one was a conscious decision, I remember thinking something among the lines "it's a folder, use the /" because I didn't have the time nor did it add a lot of value back then.

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