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

Replace prohibited characters in EMCO tab names when creating filenames #39

Closed
yetanotherkevin opened this issue Oct 2, 2022 · 1 comment

Comments

@yetanotherkevin
Copy link

While playing with EMCO I had a tab name with a forward slash character in it, e.g. "Say/Shout" and noticed some errors in my output log. It looks like the tab name is used directly as a filename.

https://github.com/demonnic/MDK/blob/main/src/resources/emco.lua#L878

.../log/anon_window_33/2022/10/02/Say/Shout.html: No such file or directory

Would suggest a quick replacement of <>:"/\|?* with underscores or something similar.

@demonnic
Copy link
Owner

demonnic commented Oct 2, 2022

This should be resolved with 2.7.1

@demonnic demonnic closed this as completed Oct 2, 2022
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