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

gen_usms_xml2txt: checking JavaStics workspace may fail on Windows even if there is no space in it #40

Open
plecharpent opened this issue Nov 29, 2023 · 0 comments

Comments

@plecharpent
Copy link
Contributor

plecharpent commented Nov 29, 2023

TODO: check grepl return using both / or \\ separators

if (grepl("\ ", workspace_path)) {
    stop(paste0("Space into workspace is not supported. Please copy ",
                "the content of workspace folder in a path without space."))
  }
@plecharpent plecharpent changed the title checking JavaStics workspace may fail on Windows even if there is no space in it gen_usms_xml2txt: checking JavaStics workspace may fail on Windows even if there is no space in it Nov 29, 2023
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

1 participant