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

Archive identification fails when archives are located on D:\ (instead of C:\) #3

Open
ComFreek opened this issue Jun 29, 2023 · 1 comment

Comments

@ComFreek
Copy link
Member

The following code in frameit-mmt within the MMT project -> server.scala is the culprit

val workspacePath = URI(uri.replace("c%3A", "C:")).path.mkString(java.io.File.separator)

See #2 for parent issue.

@Jazzpirate
Copy link
Collaborator

Yeah, that does not look like a solution to me - notably though, my archives on my PC are on D: and I have no problems...

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