You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---- Debugging information ----
cause-exception : java.net.URISyntaxException
cause-message : Illegal character in path at index 9: directory space
class : java.nio.file.Path
required-type : java.nio.file.Path
converter-type : com.thoughtworks.xstream.converters.SingleValueConverterWrapper
wrapped-converter : com.thoughtworks.xstream.converters.extended.PathConverter
path : /path
line number : 1
version : 1.4.9
Which is purely due to the space between "directory" and "space". Am I missing some settings or is this a bug?
The text was updated successfully, but these errors were encountered:
Here's a simple example:
which throws the following:
Which is purely due to the space between "directory" and "space". Am I missing some settings or is this a bug?
The text was updated successfully, but these errors were encountered: