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

Bug - folder separator replacement does not work correctly on windows if foldernamePrefix != "" #39

Open
VolkerH opened this issue May 18, 2017 · 0 comments

Comments

@VolkerH
Copy link

VolkerH commented May 18, 2017

In plots.r there are two different branches for replacing folder separators in path names.
Wich branch is taken depends on this if clause in line 109.

if( foldernamePrefix != "" ) {  

Only the else branch checks for the operating system and does the correct replacement on windows.

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