We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I set the working directory to D:\tmp, I got following error message:
D:\tmp
com.trunkshell.voj.judger.exception.CreateDirectoryException: Failed to create directory: D: mp/voj-1008
And here's the partial configuration of judgers:
judger.workDir = D:\tmp judger.checkpointDir = D:\tmp\voj-testpoints
The text was updated successfully, but these errors were encountered:
\t is escape character. using D:\\tmp or D:/tmp.
D:\\tmp
D:/tmp
Sorry, something went wrong.
@gdsglgf Long time no see. How's it going? But I don't think \\t is friendly to end users. Is there any better solutions?
\\t
Fine. Just as said, /t is OK.
/t
Is fix the bug? When create directory, check and format the path first. Such as format \t -> \\t or /t.
\t
Good idea. @gdsglgf
No branches or pull requests
When I set the working directory to
D:\tmp
, I got following error message:And here's the partial configuration of judgers:
The text was updated successfully, but these errors were encountered: